#381171

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

Shades of Persian Indigo #381171

Tints of Persian Indigo #381171

Color information

#381171 (or 0x381171) is unknown color: approx Persian Indigo. HEX triplet: 38, 11 and 71. RGB value is (56,17,113). Sum of RGB (Red+Green+Blue) = 56+17+113=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #381171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381171 is #C7EE8E. Grayscale: #272727. Windows color (decimal): -13102735 or 7409976. OLE color: 7409976.

HSL color Cylindrical-coordinate representation of color #381171: hue angle of 264.38º 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 #381171 is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5617113-
CMYK0.500.8500.56
HSL264.38º73.85%25.49%-
HSV(B)264.38º84.96%44.31%-
XYZ4.812.4315.84-
YUV39.6169.42139.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 113 (44.53% from 255) = 60.75%
R=30.11%
G=9.14%
B=60.75%

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
Decimal56171130.500.8500.56264.3873.8525.49
Hex38117132550381084a19
Octal70211616212507041011231
Binary11100010001111000111001010101010111000100001000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381171; }

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

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

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

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

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

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

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

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