#380591

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

Shades of Persian Indigo #380591

Tints of Persian Indigo #380591

Color information

#380591 (or 0x380591) is unknown color: approx Persian Indigo. HEX triplet: 38, 05 and 91. RGB value is (56,5,145). Sum of RGB (Red+Green+Blue) = 56+5+145=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 145 (57.03% from 255 or 70.39% from 206); Max value from RGB is 145 - color contains mainly: blue. Hex color #380591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380591 is #C7FA6E. Grayscale: #232323. Windows color (decimal): -13105775 or 9504056. OLE color: 9504056.

HSL color Cylindrical-coordinate representation of color #380591: hue angle of 261.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380591 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB565145-
CMYK0.610.9700.43
HSL261.86º93.33%29.41%-
HSV(B)261.86º96.55%56.86%-
XYZ6.82.9927.01-
YUV36.21189.4142.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 145 (57.03% from 255) = 70.39%
R=27.18%
G=2.43%
B=70.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5651450.610.9700.43261.8693.3329.41
Hex385913D6102B1065d1d
Octal7052217514105340613535
Binary1110001011001000111110111000010101011100000110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380591; }

 p { color: rgb(56,5,145); }

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

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

 a { background-color: rgb(56,5,145); }

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

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

 span { border-color: rgb(56,5,145); }

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