#361688

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

Shades of Persian Indigo #361688

Tints of Persian Indigo #361688

Color information

#361688 (or 0x361688) is unknown color: approx Persian Indigo. HEX triplet: 36, 16 and 88. RGB value is (54,22,136). Sum of RGB (Red+Green+Blue) = 54+22+136=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #361688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361688 is #C9E977. Grayscale: #2C2C2C. Windows color (decimal): -13232504 or 8918582. OLE color: 8918582.

HSL color Cylindrical-coordinate representation of color #361688: hue angle of 256.84º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361688 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5422136-
CMYK0.600.8400.47
HSL256.84º72.15%30.98%-
HSV(B)256.84º83.82%53.33%-
XYZ6.253.1423.57-
YUV44.56179.6134.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.47%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 136 (53.52% from 255) = 64.15%
R=25.47%
G=10.38%
B=64.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54221360.600.8400.47256.8472.1530.98
Hex3616883C5402F101481f
Octal66262107412405740111037
Binary110110101101000100011110010101000101111100000001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361688; }

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

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

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

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

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

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

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

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