Html Css Color HEX #33208B Persian Indigo

📋 copy color: '#33208B'

red 51 ◦ green 32 ◦ blue 139

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

Shades of Persian Indigo #33208B

Tints of Persian Indigo #33208B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 62.61%

R = 22.97%
G = 14.41%
B = 62.61%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33208B (or 0x33208B) is known color: Persian Indigo. HEX triplet: 33, 20 and 8B. RGB value is (51,32,139). Sum of RGB (Red+Green+Blue) = 51+32+139=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #33208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33208B is #CCDF74. Grayscale: #313131. Windows color (decimal): -13426549 or 9117747. OLE color: 9117747.

HSL color Cylindrical-coordinate representation of color #33208B: hue angle of 250.65º 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 #33208B is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 32 139 -
CMYK 0.63 0.77 0 0.45
HSL 250.65º 0.63% 0.34% -
HSV(B) 250.65º 0.77% 0.55% -
XYZ 6.54 3.6 24.78 -
YUV 49.88 178.29 128.8 -
System Red Green Blue C M Y K H S L
Decimal 51 32 139 0.63 0.77 0 0.45 250.65 0.63 0.34
Hex 33 20 8B 3F 4D 0 2D FB 3F 22
Octal 63 40 213 77 115 0 55 373 77 42
Binary 110011 100000 10001011 111111 1001101 0 101101 11111011 111111 100010

Color Harmonies of #33208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33208B

Black with #33208B

Text Example


Text Example

White with #33208B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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