Html Css Color HEX #332679 Persian Indigo

📋 copy color: '#332679'

red 51 ◦ green 38 ◦ blue 121

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

Shades of Persian Indigo #332679

Tints of Persian Indigo #332679

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.1%

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

R = 24.29%
G = 18.1%
B = 57.62%

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

#332679 (or 0x332679) is known color: Persian Indigo. HEX triplet: 33, 26 and 79. RGB value is (51,38,121). Sum of RGB (Red+Green+Blue) = 51+38+121=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #332679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332679 is #CCD986. Grayscale: #333333. Windows color (decimal): -13425031 or 7939635. OLE color: 7939635.

HSL color Cylindrical-coordinate representation of color #332679: hue angle of 249.4º degrees, saturation: 0.52, 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 #332679 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 38 121 -
CMYK 0.58 0.69 0 0.53
HSL 249.4º 0.52% 0.31% -
HSV(B) 249.4º 0.69% 0.47% -
XYZ 5.51 3.47 18.47 -
YUV 51.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 51 38 121 0.58 0.69 0 0.53 249.4 0.52 0.31
Hex 33 26 79 3A 45 0 35 F9 34 1F
Octal 63 46 171 72 105 0 65 371 64 37
Binary 110011 100110 1111001 111010 1000101 0 110101 11111001 110100 11111

Color Harmonies of #332679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332679

Black with #332679

Text Example


Text Example

White with #332679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332679; }

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

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

background-color css

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

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

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

border-color css

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

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

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