#361690

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

Shades of Persian Indigo #361690

Tints of Persian Indigo #361690

Color information

#361690 (or 0x361690) is unknown color: approx Persian Indigo. HEX triplet: 36, 16 and 90. RGB value is (54,22,144). Sum of RGB (Red+Green+Blue) = 54+22+144=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #361690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361690 is #C9E96F. Grayscale: #2D2D2D. Windows color (decimal): -13232496 or 9442870. OLE color: 9442870.

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

Color convert

RGB5422144-
CMYK0.630.8500.44
HSL255.74º73.49%32.55%-
HSV(B)255.74º84.72%56.47%-
XYZ6.843.3726.68-
YUV45.48183.6134.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 22 (8.98% from 255) = 10%
BLUE value IS 144 (56.64% from 255) = 65.45%
R=24.55%
G=10%
B=65.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54221440.630.8500.44255.7473.4932.55
Hex3616903F5502C1004921
Octal66262207712505440011141
Binary1101101011010010000111111101010101011001000000001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361690; }

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

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

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

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

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

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

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

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