#361692

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

Shades of Persian Indigo #361692

Tints of Persian Indigo #361692

Color information

#361692 (or 0x361692) is unknown color: approx Persian Indigo. HEX triplet: 36, 16 and 92. RGB value is (54,22,146). Sum of RGB (Red+Green+Blue) = 54+22+146=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #361692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361692 is #C9E96D. Grayscale: #2D2D2D. Windows color (decimal): -13232494 or 9573942. OLE color: 9573942.

HSL color Cylindrical-coordinate representation of color #361692: hue angle of 255.48º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361692 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5422146-
CMYK0.630.8500.43
HSL255.48º73.81%32.94%-
HSV(B)255.48º84.93%57.25%-
XYZ73.4327.49-
YUV45.7184.6133.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.32%
GREEN value IS 22 (8.98% from 255) = 9.91%
BLUE value IS 146 (57.42% from 255) = 65.77%
R=24.32%
G=9.91%
B=65.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54221460.630.8500.43255.4873.8132.94
Hex3616923F5502Bff4a21
Octal66262227712505337711241
Binary110110101101001001011111110101010101011111111111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361692; }

 p { color: rgb(54,22,146); }

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

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

 a { background-color: rgb(54,22,146); }

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

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

 span { border-color: rgb(54,22,146); }

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