Html Css Color HEX #33059C Persian Indigo

📋 copy color: '#33059C'

red 51 ◦ green 5 ◦ blue 156

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

Shades of Persian Indigo #33059C

Tints of Persian Indigo #33059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.36%

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

R = 24.06%
G = 2.36%
B = 73.58%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33059C (or 0x33059C) is known color: Persian Indigo. HEX triplet: 33, 05 and 9C. RGB value is (51,5,156). Sum of RGB (Red+Green+Blue) = 51+5+156=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 156 (61.33% from 255 or 73.58% from 212); Max value from RGB is 156 - color contains mainly: blue. Hex color #33059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33059C is #CCFA63. Grayscale: #232323. Windows color (decimal): -13433444 or 10224947. OLE color: 10224947.

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

Color convert

RGB 51 5 156 -
CMYK 0.67 0.97 0 0.39
HSL 258.28º 0.94% 0.32% -
HSV(B) 258.28º 0.97% 0.61% -
XYZ 7.42 3.21 31.68 -
YUV 35.97 195.74 138.72 -
System Red Green Blue C M Y K H S L
Decimal 51 5 156 0.67 0.97 0 0.39 258.28 0.94 0.32
Hex 33 5 9C 43 61 0 27 102 5E 20
Octal 63 5 234 103 141 0 47 402 136 40
Binary 110011 101 10011100 1000011 1100001 0 100111 100000010 1011110 100000

Color Harmonies of #33059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33059C

Black with #33059C

Text Example


Text Example

White with #33059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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