#380587

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

Shades of Persian Indigo #380587

Tints of Persian Indigo #380587

Color information

#380587 (or 0x380587) is unknown color: approx Persian Indigo. HEX triplet: 38, 05 and 87. RGB value is (56,5,135). Sum of RGB (Red+Green+Blue) = 56+5+135=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 135 (53.12% from 255 or 68.88% from 196); Max value from RGB is 135 - color contains mainly: blue. Hex color #380587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380587 is #C7FA78. Grayscale: #222222. Windows color (decimal): -13105785 or 8848696. OLE color: 8848696.

HSL color Cylindrical-coordinate representation of color #380587: hue angle of 263.54º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380587 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB565135-
CMYK0.590.9600.47
HSL263.54º92.86%27.45%-
HSV(B)263.54º96.3%52.94%-
XYZ6.062.723.12-
YUV35.07184.4142.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 135 (53.12% from 255) = 68.88%
R=28.57%
G=2.55%
B=68.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5651350.590.9600.47263.5492.8627.45
Hex385873B6002F1085d1b
Octal7052077314005741013533
Binary1110001011000011111101111000000101111100001000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380587; }

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

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

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

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

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

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

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

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