Html Css Color HEX #332195 Persian Indigo

📋 copy color: '#332195'

red 51 ◦ green 33 ◦ blue 149

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

Shades of Persian Indigo #332195

Tints of Persian Indigo #332195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.95%

R = 21.89%
G = 14.16%
B = 63.95%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#332195 (or 0x332195) is known color: Persian Indigo. HEX triplet: 33, 21 and 95. RGB value is (51,33,149). Sum of RGB (Red+Green+Blue) = 51+33+149=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #332195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332195 is #CCDE6A. Grayscale: #333333. Windows color (decimal): -13426283 or 9773363. OLE color: 9773363.

HSL color Cylindrical-coordinate representation of color #332195: hue angle of 249.31º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #332195 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 33 149 -
CMYK 0.66 0.78 0 0.42
HSL 249.31º 0.64% 0.36% -
HSV(B) 249.31º 0.78% 0.58% -
XYZ 7.33 3.96 28.81 -
YUV 51.61 182.96 127.57 -
System Red Green Blue C M Y K H S L
Decimal 51 33 149 0.66 0.78 0 0.42 249.31 0.64 0.36
Hex 33 21 95 42 4E 0 2A F9 40 24
Octal 63 41 225 102 116 0 52 371 100 44
Binary 110011 100001 10010101 1000010 1001110 0 101010 11111001 1000000 100100

Color Harmonies of #332195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332195

Black with #332195

Text Example


Text Example

White with #332195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332195; }

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

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

background-color css

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

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

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

border-color css

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

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

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