#33126C

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

Shades of Persian Indigo #33126C

Tints of Persian Indigo #33126C

Color information

#33126C (or 0x33126C) is unknown color: approx Persian Indigo. HEX triplet: 33, 12 and 6C. RGB value is (51,18,108). Sum of RGB (Red+Green+Blue) = 51+18+108=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #33126C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33126C is #CCED93. Grayscale: #252525. Windows color (decimal): -13430164 or 7082547. OLE color: 7082547.

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

Color convert

RGB5118108-
CMYK0.530.8300.58
HSL262º71.43%24.71%-
HSV(B)262º83.33%42.35%-
XYZ4.292.2214.39-
YUV38.13167.43137.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.81%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 108 (42.58% from 255) = 61.02%
R=28.81%
G=10.17%
B=61.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51181080.530.8300.5826271.4324.71
Hex33126C355303A1064719
Octal63221546512307240610731
Binary11001110010110110011010110100110111010100000110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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