#380775

Color #380775 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #380775

Tints of Persian Indigo #380775

Color information

#380775 (or 0x380775) is unknown color: approx Persian Indigo. HEX triplet: 38, 07 and 75. RGB value is (56,7,117). Sum of RGB (Red+Green+Blue) = 56+7+117=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #380775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380775 is #C7F88A. Grayscale: #212121. Windows color (decimal): -13105291 or 7669560. OLE color: 7669560.

HSL color Cylindrical-coordinate representation of color #380775: hue angle of 266.73º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380775 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB567117-
CMYK0.520.9400.54
HSL266.73º88.71%24.31%-
HSV(B)266.73º94.02%45.88%-
XYZ4.922.2817.01-
YUV34.19174.73143.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 7 (3.12% from 255) = 3.89%
BLUE value IS 117 (46.09% from 255) = 65%
R=31.11%
G=3.89%
B=65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5671170.520.9400.54266.7388.7124.31
Hex38775345E03610b5918
Octal7071656413606641313130
Binary111000111111010111010010111100110110100001011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380775; }

 p { color: rgb(56,7,117); }

 H1.HeaderClassName
 {
   color: #380775;
 }
 .AnyTagClassName
 {
   color: #380775;
 }
</style>
background-color css

<style>
 a { background-color: #380775; }

 a { background-color: rgb(56,7,117); }

 div.DivClassName
 {
   background-color: #380775;
 }
 .BgClassName
 {
   background-color: #380775;
 }
</style>
border-color css

<style>
 span { border-color: #380775; }

 span { border-color: rgb(56,7,117); }

 td.TdClassName
 {
   border-color: #380775;
 }
 .TagClassName
 {
   border-color: #380775;
 }
</style>