Html Css Color HEX #332072 Persian Indigo

📋 copy color: '#332072'

red 51 ◦ green 32 ◦ blue 114

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

Shades of Persian Indigo #332072

Tints of Persian Indigo #332072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 57.87%

R = 25.89%
G = 16.24%
B = 57.87%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#332072 (or 0x332072) is known color: Persian Indigo. HEX triplet: 33, 20 and 72. RGB value is (51,32,114). Sum of RGB (Red+Green+Blue) = 51+32+114=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #332072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332072 is #CCDF8D. Grayscale: #2E2E2E. Windows color (decimal): -13426574 or 7479347. OLE color: 7479347.

HSL color Cylindrical-coordinate representation of color #332072: hue angle of 253.9º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #332072 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 32 114 -
CMYK 0.55 0.72 0 0.55
HSL 253.9º 0.56% 0.29% -
HSV(B) 253.9º 0.72% 0.45% -
XYZ 4.92 2.95 16.23 -
YUV 47.03 165.79 130.83 -
System Red Green Blue C M Y K H S L
Decimal 51 32 114 0.55 0.72 0 0.55 253.9 0.56 0.29
Hex 33 20 72 37 48 0 37 FE 38 1D
Octal 63 40 162 67 110 0 67 376 70 35
Binary 110011 100000 1110010 110111 1001000 0 110111 11111110 111000 11101

Color Harmonies of #332072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332072

Black with #332072

Text Example


Text Example

White with #332072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332072; }

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

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

background-color css

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

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

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

border-color css

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

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

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