Html Css Color HEX #332097 Persian Indigo

📋 copy color: '#332097'

red 51 ◦ green 32 ◦ blue 151

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

Shades of Persian Indigo #332097

Tints of Persian Indigo #332097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 64.53%

R = 21.79%
G = 13.68%
B = 64.53%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#332097 (or 0x332097) is known color: Persian Indigo. HEX triplet: 33, 20 and 97. RGB value is (51,32,151). Sum of RGB (Red+Green+Blue) = 51+32+151=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #332097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332097 is #CCDF68. Grayscale: #323232. Windows color (decimal): -13426537 or 9904179. OLE color: 9904179.

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

Color convert

RGB 51 32 151 -
CMYK 0.66 0.79 0 0.41
HSL 249.58º 0.65% 0.36% -
HSV(B) 249.58º 0.79% 0.59% -
XYZ 7.47 3.97 29.65 -
YUV 51.25 184.29 127.82 -
System Red Green Blue C M Y K H S L
Decimal 51 32 151 0.66 0.79 0 0.41 249.58 0.65 0.36
Hex 33 20 97 42 4F 0 29 FA 41 24
Octal 63 40 227 102 117 0 51 372 101 44
Binary 110011 100000 10010111 1000010 1001111 0 101001 11111010 1000001 100100

Color Harmonies of #332097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332097

Black with #332097

Text Example


Text Example

White with #332097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332097; }

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

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

background-color css

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

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

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

border-color css

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

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

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