#33129A

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

Shades of Persian Indigo #33129A

Tints of Persian Indigo #33129A

Color information

#33129A (or 0x33129A) is unknown color: approx Persian Indigo. HEX triplet: 33, 12 and 9A. RGB value is (51,18,154). Sum of RGB (Red+Green+Blue) = 51+18+154=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 154 (60.55% from 255 or 69.06% from 223); Max value from RGB is 154 - color contains mainly: blue. Hex color #33129A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33129A is #CCED65. Grayscale: #2A2A2A. Windows color (decimal): -13430118 or 10097203. OLE color: 10097203.

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

Color convert

RGB5118154-
CMYK0.670.8800.40
HSL254.56º79.07%33.73%-
HSV(B)254.56º88.31%60.39%-
XYZ7.413.4730.85-
YUV43.37190.43133.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.87%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 154 (60.55% from 255) = 69.06%
R=22.87%
G=8.07%
B=69.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51181540.670.8800.40254.5679.0733.73
Hex33129A4358028ff4f22
Octal632223210313005037711742
Binary1100111001010011010100001110110000101000111111111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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