Html Css Color HEX #33228F Persian Indigo

📋 copy color: '#33228F'

red 51 ◦ green 34 ◦ blue 143

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

Shades of Persian Indigo #33228F

Tints of Persian Indigo #33228F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.91%

 BLUE value IS 143 (56.25% from 255) = 62.72%

R = 22.37%
G = 14.91%
B = 62.72%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33228F (or 0x33228F) is known color: Persian Indigo. HEX triplet: 33, 22 and 8F. RGB value is (51,34,143). Sum of RGB (Red+Green+Blue) = 51+34+143=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 143 (56.25% from 255 or 62.72% from 228); Max value from RGB is 143 - color contains mainly: blue. Hex color #33228F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33228F is #CCDD70. Grayscale: #333333. Windows color (decimal): -13426033 or 9380403. OLE color: 9380403.

HSL color Cylindrical-coordinate representation of color #33228F: hue angle of 249.36º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33228F is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 34 143 -
CMYK 0.64 0.76 0 0.44
HSL 249.36º 0.62% 0.35% -
HSV(B) 249.36º 0.76% 0.56% -
XYZ 6.9 3.83 26.36 -
YUV 51.51 179.63 127.64 -
System Red Green Blue C M Y K H S L
Decimal 51 34 143 0.64 0.76 0 0.44 249.36 0.62 0.35
Hex 33 22 8F 40 4C 0 2C F9 3E 23
Octal 63 42 217 100 114 0 54 371 76 43
Binary 110011 100010 10001111 1000000 1001100 0 101100 11111001 111110 100011

Color Harmonies of #33228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33228F

Black with #33228F

Text Example


Text Example

White with #33228F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,34,143); }

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

background-color css

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

 a { background-color: rgb(51,34,143); }

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

border-color css

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

 span { border-color: rgb(51,34,143); }

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