Html Css Color HEX #33029C Persian Indigo

📋 copy color: '#33029C'

red 51 ◦ green 2 ◦ blue 156

#33029C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #33029C

Tints of Persian Indigo #33029C

RGB

 RED value IS 51 (20.31% from 255) = 24.4%

 GREEN value IS 2 (1.17% from 255) = 0.96%

 BLUE value IS 156 (61.33% from 255) = 74.64%

R = 24.4%
G = 0.96%
B = 74.64%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33029C (or 0x33029C) is known color: Persian Indigo. HEX triplet: 33, 02 and 9C. RGB value is (51,2,156). Sum of RGB (Red+Green+Blue) = 51+2+156=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 156 (61.33% from 255 or 74.64% from 209); Max value from RGB is 156 - color contains mainly: blue. Hex color #33029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33029C is #CCFD63. Grayscale: #212121. Windows color (decimal): -13434212 or 10224179. OLE color: 10224179.

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

Color convert

RGB 51 2 156 -
CMYK 0.67 0.99 0 0.39
HSL 259.09º 0.97% 0.31% -
HSV(B) 259.09º 0.99% 0.61% -
XYZ 7.39 3.15 31.67 -
YUV 34.21 196.73 139.98 -
System Red Green Blue C M Y K H S L
Decimal 51 2 156 0.67 0.99 0 0.39 259.09 0.97 0.31
Hex 33 2 9C 43 63 0 27 103 61 1F
Octal 63 2 234 103 143 0 47 403 141 37
Binary 110011 10 10011100 1000011 1100011 0 100111 100000011 1100001 11111

Color Harmonies of #33029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33029C

Black with #33029C

Text Example


Text Example

White with #33029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33029C;
 }
 .AnyTagClassName
 {
   color: #33029C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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