Html Css Color HEX #331976 Persian Indigo

📋 copy color: '#331976'

red 51 ◦ green 25 ◦ blue 118

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

Shades of Persian Indigo #331976

Tints of Persian Indigo #331976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

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

R = 26.29%
G = 12.89%
B = 60.82%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#331976 (or 0x331976) is known color: Persian Indigo. HEX triplet: 33, 19 and 76. RGB value is (51,25,118). Sum of RGB (Red+Green+Blue) = 51+25+118=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #331976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331976 is #CCE689. Grayscale: #2B2B2B. Windows color (decimal): -13428362 or 7739699. OLE color: 7739699.

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

Color convert

RGB 51 25 118 -
CMYK 0.57 0.79 0 0.54
HSL 256.77º 0.65% 0.28% -
HSV(B) 256.77º 0.79% 0.46% -
XYZ 4.98 2.71 17.4 -
YUV 43.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 51 25 118 0.57 0.79 0 0.54 256.77 0.65 0.28
Hex 33 19 76 39 4F 0 36 101 41 1C
Octal 63 31 166 71 117 0 66 401 101 34
Binary 110011 11001 1110110 111001 1001111 0 110110 100000001 1000001 11100

Color Harmonies of #331976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331976

Black with #331976

Text Example


Text Example

White with #331976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331976; }

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

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

background-color css

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

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

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

border-color css

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

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

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