#33046C

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

Shades of Persian Indigo #33046C

Tints of Persian Indigo #33046C

Color information

#33046C (or 0x33046C) is unknown color: approx Persian Indigo. HEX triplet: 33, 04 and 6C. RGB value is (51,4,108). Sum of RGB (Red+Green+Blue) = 51+4+108=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #33046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33046C is #CCFB93. Grayscale: #1D1D1D. Windows color (decimal): -13433748 or 7078963. OLE color: 7078963.

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

Color convert

RGB514108-
CMYK0.530.9600.58
HSL267.12º92.86%21.96%-
HSV(B)267.12º96.3%42.35%-
XYZ4.121.8714.33-
YUV29.91172.07143.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 108 (42.58% from 255) = 66.26%
R=31.29%
G=2.45%
B=66.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5141080.530.9600.58267.1292.8621.96
Hex3346C356003A10b5d16
Octal6341546514007241313526
Binary110011100110110011010111000000111010100001011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33046C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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