#362174

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

Shades of Persian Indigo #362174

Tints of Persian Indigo #362174

Color information

#362174 (or 0x362174) is unknown color: approx Persian Indigo. HEX triplet: 36, 21 and 74. RGB value is (54,33,116). Sum of RGB (Red+Green+Blue) = 54+33+116=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #362174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362174 is #C9DE8B. Grayscale: #303030. Windows color (decimal): -13229708 or 7610678. OLE color: 7610678.

HSL color Cylindrical-coordinate representation of color #362174: hue angle of 255.18º 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 #362174 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5433116-
CMYK0.530.7200.55
HSL255.18º55.7%29.22%-
HSV(B)255.18º71.55%45.49%-
XYZ5.223.1316.85-
YUV48.74165.96131.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 116 (45.70% from 255) = 57.14%
R=26.60%
G=16.26%
B=57.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54331160.530.7200.55255.1855.729.22
Hex3621743548037ff381d
Octal6641164651100673777035
Binary1101101000011110100110101100100001101111111111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362174; }

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

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

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

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

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

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

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

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