Html Css Color HEX #33207F Persian Indigo

📋 copy color: '#33207F'

red 51 ◦ green 32 ◦ blue 127

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

Shades of Persian Indigo #33207F

Tints of Persian Indigo #33207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 60.48%

R = 24.29%
G = 15.24%
B = 60.48%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#33207F (or 0x33207F) is known color: Persian Indigo. HEX triplet: 33, 20 and 7F. RGB value is (51,32,127). Sum of RGB (Red+Green+Blue) = 51+32+127=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #33207F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33207F is #CCDF80. Grayscale: #303030. Windows color (decimal): -13426561 or 8331315. OLE color: 8331315.

HSL color Cylindrical-coordinate representation of color #33207F: hue angle of 252º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33207F is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 32 127 -
CMYK 0.60 0.75 0 0.50
HSL 252º 0.6% 0.31% -
HSV(B) 252º 0.75% 0.5% -
XYZ 5.71 3.27 20.41 -
YUV 48.51 172.29 129.78 -
System Red Green Blue C M Y K H S L
Decimal 51 32 127 0.60 0.75 0 0.50 252 0.6 0.31
Hex 33 20 7F 3C 4B 0 32 FC 3C 1F
Octal 63 40 177 74 113 0 62 374 74 37
Binary 110011 100000 1111111 111100 1001011 0 110010 11111100 111100 11111

Color Harmonies of #33207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33207F

Black with #33207F

Text Example


Text Example

White with #33207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33207F; }

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

 H1.HeaderClassName
 {
   color: #33207F;
 }
 .AnyTagClassName
 {
   color: #33207F;
 }
</style>

background-color css

<style>
 a { background-color: #33207F; }

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

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

border-color css

<style>
 span { border-color: #33207F; }

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

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