Html Css Color HEX #332095 Persian Indigo

📋 copy color: '#332095'

red 51 ◦ green 32 ◦ blue 149

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

Shades of Persian Indigo #332095

Tints of Persian Indigo #332095

RGB

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

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

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

R = 21.98%
G = 13.79%
B = 64.22%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#332095 (or 0x332095) is known color: Persian Indigo. HEX triplet: 33, 20 and 95. RGB value is (51,32,149). Sum of RGB (Red+Green+Blue) = 51+32+149=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #332095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332095 is #CCDF6A. Grayscale: #323232. Windows color (decimal): -13426539 or 9773107. OLE color: 9773107.

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

Color convert

RGB 51 32 149 -
CMYK 0.66 0.79 0 0.42
HSL 249.74º 0.65% 0.35% -
HSV(B) 249.74º 0.79% 0.58% -
XYZ 7.31 3.91 28.8 -
YUV 51.02 183.29 127.99 -
System Red Green Blue C M Y K H S L
Decimal 51 32 149 0.66 0.79 0 0.42 249.74 0.65 0.35
Hex 33 20 95 42 4F 0 2A FA 41 23
Octal 63 40 225 102 117 0 52 372 101 43
Binary 110011 100000 10010101 1000010 1001111 0 101010 11111010 1000001 100011

Color Harmonies of #332095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332095

Black with #332095

Text Example


Text Example

White with #332095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332095; }

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

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

background-color css

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

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

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

border-color css

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

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

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