Html Css Color HEX #332192 Persian Indigo

📋 copy color: '#332192'

red 51 ◦ green 33 ◦ blue 146

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

Shades of Persian Indigo #332192

Tints of Persian Indigo #332192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.48%

R = 22.17%
G = 14.35%
B = 63.48%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#332192 (or 0x332192) is known color: Persian Indigo. HEX triplet: 33, 21 and 92. RGB value is (51,33,146). Sum of RGB (Red+Green+Blue) = 51+33+146=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #332192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332192 is #CCDE6D. Grayscale: #323232. Windows color (decimal): -13426286 or 9576755. OLE color: 9576755.

HSL color Cylindrical-coordinate representation of color #332192: hue angle of 249.56º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #332192 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 33 146 -
CMYK 0.65 0.77 0 0.43
HSL 249.56º 0.63% 0.35% -
HSV(B) 249.56º 0.77% 0.57% -
XYZ 7.1 3.87 27.57 -
YUV 51.26 181.46 127.81 -
System Red Green Blue C M Y K H S L
Decimal 51 33 146 0.65 0.77 0 0.43 249.56 0.63 0.35
Hex 33 21 92 41 4D 0 2B FA 3F 23
Octal 63 41 222 101 115 0 53 372 77 43
Binary 110011 100001 10010010 1000001 1001101 0 101011 11111010 111111 100011

Color Harmonies of #332192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332192

Black with #332192

Text Example


Text Example

White with #332192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332192; }

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

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

background-color css

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

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

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

border-color css

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

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

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