#361472

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

Shades of Persian Indigo #361472

Tints of Persian Indigo #361472

Color information

#361472 (or 0x361472) is unknown color: approx Persian Indigo. HEX triplet: 36, 14 and 72. RGB value is (54,20,114). Sum of RGB (Red+Green+Blue) = 54+20+114=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #361472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361472 is #C9EB8D. Grayscale: #282828. Windows color (decimal): -13233038 or 7476278. OLE color: 7476278.

HSL color Cylindrical-coordinate representation of color #361472: hue angle of 261.7º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #361472 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5420114-
CMYK0.530.8200.55
HSL261.7º70.15%26.27%-
HSV(B)261.7º82.46%44.71%-
XYZ4.812.516.15-
YUV40.88169.26137.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.72%
GREEN value IS 20 (8.20% from 255) = 10.64%
BLUE value IS 114 (44.92% from 255) = 60.64%
R=28.72%
G=10.64%
B=60.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54201140.530.8200.55261.770.1526.27
Hex3614723552037106461a
Octal66241626512206740610632
Binary11011010100111001011010110100100110111100000110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361472; }

 p { color: rgb(54,20,114); }

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

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

 a { background-color: rgb(54,20,114); }

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

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

 span { border-color: rgb(54,20,114); }

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