Html Css Color HEX #332579 Persian Indigo

📋 copy color: '#332579'

red 51 ◦ green 37 ◦ blue 121

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

Shades of Persian Indigo #332579

Tints of Persian Indigo #332579

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.7%

 BLUE value IS 121 (47.66% from 255) = 57.89%

R = 24.4%
G = 17.7%
B = 57.89%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#332579 (or 0x332579) is known color: Persian Indigo. HEX triplet: 33, 25 and 79. RGB value is (51,37,121). Sum of RGB (Red+Green+Blue) = 51+37+121=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 121 (47.66% from 255 or 57.89% from 209); Max value from RGB is 121 - color contains mainly: blue. Hex color #332579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332579 is #CCDA86. Grayscale: #323232. Windows color (decimal): -13425287 or 7939379. OLE color: 7939379.

HSL color Cylindrical-coordinate representation of color #332579: hue angle of 250º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332579 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 37 121 -
CMYK 0.58 0.69 0 0.53
HSL 250º 0.53% 0.31% -
HSV(B) 250º 0.69% 0.47% -
XYZ 5.48 3.41 18.46 -
YUV 50.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 51 37 121 0.58 0.69 0 0.53 250 0.53 0.31
Hex 33 25 79 3A 45 0 35 FA 35 1F
Octal 63 45 171 72 105 0 65 372 65 37
Binary 110011 100101 1111001 111010 1000101 0 110101 11111010 110101 11111

Color Harmonies of #332579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332579

Black with #332579

Text Example


Text Example

White with #332579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332579; }

 p { color: rgb(51,37,121); }

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

background-color css

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

 a { background-color: rgb(51,37,121); }

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

border-color css

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

 span { border-color: rgb(51,37,121); }

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