Html Css Color HEX #33208C Persian Indigo

📋 copy color: '#33208C'

red 51 ◦ green 32 ◦ blue 140

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

Shades of Persian Indigo #33208C

Tints of Persian Indigo #33208C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.35%

 BLUE value IS 140 (55.08% from 255) = 62.78%

R = 22.87%
G = 14.35%
B = 62.78%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33208C (or 0x33208C) is known color: Persian Indigo. HEX triplet: 33, 20 and 8C. RGB value is (51,32,140). Sum of RGB (Red+Green+Blue) = 51+32+140=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #33208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33208C is #CCDF73. Grayscale: #313131. Windows color (decimal): -13426548 or 9183283. OLE color: 9183283.

HSL color Cylindrical-coordinate representation of color #33208C: hue angle of 250.56º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33208C is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 32 140 -
CMYK 0.64 0.77 0 0.45
HSL 250.56º 0.63% 0.34% -
HSV(B) 250.56º 0.77% 0.55% -
XYZ 6.62 3.63 25.16 -
YUV 49.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 51 32 140 0.64 0.77 0 0.45 250.56 0.63 0.34
Hex 33 20 8C 40 4D 0 2D FB 3F 22
Octal 63 40 214 100 115 0 55 373 77 42
Binary 110011 100000 10001100 1000000 1001101 0 101101 11111011 111111 100010

Color Harmonies of #33208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33208C

Black with #33208C

Text Example


Text Example

White with #33208C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,32,140); }

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

background-color css

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

 a { background-color: rgb(51,32,140); }

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

border-color css

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

 span { border-color: rgb(51,32,140); }

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