#380D71

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

Shades of Persian Indigo #380D71

Tints of Persian Indigo #380D71

Color information

#380D71 (or 0x380D71) is unknown color: approx Persian Indigo. HEX triplet: 38, 0D and 71. RGB value is (56,13,113). Sum of RGB (Red+Green+Blue) = 56+13+113=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #380D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380D71 is #C7F28E. Grayscale: #242424. Windows color (decimal): -13103759 or 7408952. OLE color: 7408952.

HSL color Cylindrical-coordinate representation of color #380D71: hue angle of 265.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #380D71 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5613113-
CMYK0.500.8800.56
HSL265.8º79.37%24.71%-
HSV(B)265.8º88.5%44.31%-
XYZ4.762.3215.82-
YUV37.26170.75141.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.77%
GREEN value IS 13 (5.47% from 255) = 7.14%
BLUE value IS 113 (44.53% from 255) = 62.09%
R=30.77%
G=7.14%
B=62.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56131130.500.8800.56265.879.3724.71
Hex38D71325803810a4f19
Octal70151616213007041211731
Binary1110001101111000111001010110000111000100001010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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