#380D87

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

Shades of Persian Indigo #380D87

Tints of Persian Indigo #380D87

Color information

#380D87 (or 0x380D87) is unknown color: approx Persian Indigo. HEX triplet: 38, 0D and 87. RGB value is (56,13,135). Sum of RGB (Red+Green+Blue) = 56+13+135=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #380D87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380D87 is #C7F278. Grayscale: #272727. Windows color (decimal): -13103737 or 8850744. OLE color: 8850744.

HSL color Cylindrical-coordinate representation of color #380D87: hue angle of 261.15º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380D87 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5613135-
CMYK0.590.9000.47
HSL261.15º82.43%29.02%-
HSV(B)261.15º90.37%52.94%-
XYZ6.152.8823.15-
YUV39.76181.75139.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 13 (5.47% from 255) = 6.37%
BLUE value IS 135 (53.12% from 255) = 66.18%
R=27.45%
G=6.37%
B=66.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56131350.590.9000.47261.1582.4329.02
Hex38D873B5A02F105521d
Octal70152077313205740512235
Binary11100011011000011111101110110100101111100000101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380D87; }

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

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

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

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

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

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

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

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