#382174

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

Shades of Persian Indigo #382174

Tints of Persian Indigo #382174

Color information

#382174 (or 0x382174) is unknown color: approx Persian Indigo. HEX triplet: 38, 21 and 74. RGB value is (56,33,116). Sum of RGB (Red+Green+Blue) = 56+33+116=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #382174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382174 is #C7DE8B. Grayscale: #313131. Windows color (decimal): -13098636 or 7610680. OLE color: 7610680.

HSL color Cylindrical-coordinate representation of color #382174: hue angle of 256.63º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #382174 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5633116-
CMYK0.520.7200.55
HSL256.63º55.7%29.22%-
HSV(B)256.63º71.55%45.49%-
XYZ5.333.1916.86-
YUV49.34165.62132.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 116 (45.70% from 255) = 56.59%
R=27.32%
G=16.10%
B=56.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56331160.520.7200.55256.6355.729.22
Hex3821743448037101381d
Octal7041164641100674017035
Binary11100010000111101001101001001000011011110000000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382174; }

 p { color: rgb(56,33,116); }

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

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

 a { background-color: rgb(56,33,116); }

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

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

 span { border-color: rgb(56,33,116); }

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