#381170

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

Shades of Persian Indigo #381170

Tints of Persian Indigo #381170

Color information

#381170 (or 0x381170) is unknown color: approx Persian Indigo. HEX triplet: 38, 11 and 70. RGB value is (56,17,112). Sum of RGB (Red+Green+Blue) = 56+17+112=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #381170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381170 is #C7EE8F. Grayscale: #272727. Windows color (decimal): -13102736 or 7344440. OLE color: 7344440.

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

Color convert

RGB5617112-
CMYK0.500.8500.56
HSL264.63º73.64%25.29%-
HSV(B)264.63º84.82%43.92%-
XYZ4.762.4115.54-
YUV39.49168.92139.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 17 (7.03% from 255) = 9.19%
BLUE value IS 112 (44.14% from 255) = 60.54%
R=30.27%
G=9.19%
B=60.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56171120.500.8500.56264.6373.6425.29
Hex38117032550381094a19
Octal70211606212507041111231
Binary11100010001111000011001010101010111000100001001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381170; }

 p { color: rgb(56,17,112); }

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

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

 a { background-color: rgb(56,17,112); }

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

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

 span { border-color: rgb(56,17,112); }

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