Html Css Color HEX #33218C Persian Indigo

📋 copy color: '#33218C'

red 51 ◦ green 33 ◦ blue 140

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

Shades of Persian Indigo #33218C

Tints of Persian Indigo #33218C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.73%

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

R = 22.77%
G = 14.73%
B = 62.5%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33218C (or 0x33218C) is known color: Persian Indigo. HEX triplet: 33, 21 and 8C. RGB value is (51,33,140). Sum of RGB (Red+Green+Blue) = 51+33+140=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #33218C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33218C is #CCDE73. Grayscale: #323232. Windows color (decimal): -13426292 or 9183539. OLE color: 9183539.

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

Color convert

RGB 51 33 140 -
CMYK 0.64 0.76 0 0.45
HSL 250.09º 0.62% 0.34% -
HSV(B) 250.09º 0.76% 0.55% -
XYZ 6.64 3.68 25.17 -
YUV 50.58 178.46 128.3 -
System Red Green Blue C M Y K H S L
Decimal 51 33 140 0.64 0.76 0 0.45 250.09 0.62 0.34
Hex 33 21 8C 40 4C 0 2D FA 3E 22
Octal 63 41 214 100 114 0 55 372 76 42
Binary 110011 100001 10001100 1000000 1001100 0 101101 11111010 111110 100010

Color Harmonies of #33218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33218C

Black with #33218C

Text Example


Text Example

White with #33218C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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