#36126E

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

Shades of Persian Indigo #36126E

Tints of Persian Indigo #36126E

Color information

#36126E (or 0x36126E) is unknown color: approx Persian Indigo. HEX triplet: 36, 12 and 6E. RGB value is (54,18,110). Sum of RGB (Red+Green+Blue) = 54+18+110=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #36126E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36126E is #C9ED91. Grayscale: #262626. Windows color (decimal): -13233554 or 7213622. OLE color: 7213622.

HSL color Cylindrical-coordinate representation of color #36126E: hue angle of 263.48º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36126E is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5418110-
CMYK0.510.8400.57
HSL263.48º71.88%25.1%-
HSV(B)263.48º83.64%43.14%-
XYZ4.552.3414.96-
YUV39.25167.93138.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 18 (7.42% from 255) = 9.89%
BLUE value IS 110 (43.36% from 255) = 60.44%
R=29.67%
G=9.89%
B=60.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54181100.510.8400.57263.4871.8825.1
Hex36126E33540391074819
Octal66221566312407140711031
Binary11011010010110111011001110101000111001100000111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36126E; }

 p { color: rgb(54,18,110); }

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

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

 a { background-color: rgb(54,18,110); }

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

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

 span { border-color: rgb(54,18,110); }

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