Html Css Color HEX #332376 Persian Indigo

📋 copy color: '#332376'

red 51 ◦ green 35 ◦ blue 118

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

Shades of Persian Indigo #332376

Tints of Persian Indigo #332376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.16%

 BLUE value IS 118 (46.48% from 255) = 57.84%

R = 25%
G = 17.16%
B = 57.84%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#332376 (or 0x332376) is known color: Persian Indigo. HEX triplet: 33, 23 and 76. RGB value is (51,35,118). Sum of RGB (Red+Green+Blue) = 51+35+118=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #332376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332376 is #CCDC89. Grayscale: #303030. Windows color (decimal): -13425802 or 7742259. OLE color: 7742259.

HSL color Cylindrical-coordinate representation of color #332376: hue angle of 251.57º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #332376 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 35 118 -
CMYK 0.57 0.70 0 0.54
HSL 251.57º 0.54% 0.3% -
HSV(B) 251.57º 0.7% 0.46% -
XYZ 5.24 3.21 17.48 -
YUV 49.25 166.8 129.25 -
System Red Green Blue C M Y K H S L
Decimal 51 35 118 0.57 0.70 0 0.54 251.57 0.54 0.3
Hex 33 23 76 39 46 0 36 FC 36 1E
Octal 63 43 166 71 106 0 66 374 66 36
Binary 110011 100011 1110110 111001 1000110 0 110110 11111100 110110 11110

Color Harmonies of #332376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332376

Black with #332376

Text Example


Text Example

White with #332376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332376; }

 p { color: rgb(51,35,118); }

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

background-color css

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

 a { background-color: rgb(51,35,118); }

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

border-color css

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

 span { border-color: rgb(51,35,118); }

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