#33126D

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

Shades of Persian Indigo #33126D

Tints of Persian Indigo #33126D

Color information

#33126D (or 0x33126D) is unknown color: approx Persian Indigo. HEX triplet: 33, 12 and 6D. RGB value is (51,18,109). Sum of RGB (Red+Green+Blue) = 51+18+109=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #33126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33126D is #CCED92. Grayscale: #252525. Windows color (decimal): -13430163 or 7148083. OLE color: 7148083.

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

Color convert

RGB5118109-
CMYK0.530.8300.57
HSL261.76º71.65%24.9%-
HSV(B)261.76º83.49%42.75%-
XYZ4.342.2414.67-
YUV38.24167.93137.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.65%
GREEN value IS 18 (7.42% from 255) = 10.11%
BLUE value IS 109 (42.97% from 255) = 61.24%
R=28.65%
G=10.11%
B=61.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51181090.530.8300.57261.7671.6524.9
Hex33126D35530391064819
Octal63221556512307140611031
Binary11001110010110110111010110100110111001100000110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33126D; }

 p { color: rgb(51,18,109); }

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

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

 a { background-color: rgb(51,18,109); }

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

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

 span { border-color: rgb(51,18,109); }

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