#33026B

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

Shades of Persian Indigo #33026B

Tints of Persian Indigo #33026B

Color information

#33026B (or 0x33026B) is unknown color: approx Persian Indigo. HEX triplet: 33, 02 and 6B. RGB value is (51,2,107). Sum of RGB (Red+Green+Blue) = 51+2+107=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 107 (42.19% from 255 or 66.88% from 160); Max value from RGB is 107 - color contains mainly: blue. Hex color #33026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33026B is #CCFD94. Grayscale: #1C1C1C. Windows color (decimal): -13434261 or 7012915. OLE color: 7012915.

HSL color Cylindrical-coordinate representation of color #33026B: hue angle of 268º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33026B is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB512107-
CMYK0.520.9800.58
HSL268º96.33%21.37%-
HSV(B)268º98.13%41.96%-
XYZ4.041.8114.05-
YUV28.62172.23143.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.88%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 107 (42.19% from 255) = 66.88%
R=31.88%
G=1.25%
B=66.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5121070.520.9800.5826896.3321.37
Hex3326B346203A10c6015
Octal6321536414207241414025
Binary11001110110101111010011000100111010100001100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33026B; }

 p { color: rgb(51,2,107); }

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

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

 a { background-color: rgb(51,2,107); }

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

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

 span { border-color: rgb(51,2,107); }

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