#33029A

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

Shades of Persian Indigo #33029A

Tints of Persian Indigo #33029A

Color information

#33029A (or 0x33029A) is unknown color: approx Persian Indigo. HEX triplet: 33, 02 and 9A. RGB value is (51,2,154). Sum of RGB (Red+Green+Blue) = 51+2+154=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 154 (60.55% from 255 or 74.40% from 207); Max value from RGB is 154 - color contains mainly: blue. Hex color #33029A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33029A is #CCFD65. Grayscale: #212121. Windows color (decimal): -13434214 or 10093107. OLE color: 10093107.

HSL color Cylindrical-coordinate representation of color #33029A: hue angle of 259.34º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33029A is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB512154-
CMYK0.670.9900.40
HSL259.34º97.44%30.59%-
HSV(B)259.34º98.7%60.39%-
XYZ7.223.0830.79-
YUV33.98195.73140.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 154 (60.55% from 255) = 74.40%
R=24.64%
G=0.97%
B=74.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5121540.670.9900.40259.3497.4430.59
Hex3329A4363028103611f
Octal63223210314305040314137
Binary1100111010011010100001111000110101000100000011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33029A; }

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

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

<style>
 a { background-color: #33029A; }

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

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

<style>
 span { border-color: #33029A; }

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

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