Html Css Color HEX #331879 Persian Indigo

📋 copy color: '#331879'

red 51 ◦ green 24 ◦ blue 121

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

Shades of Persian Indigo #331879

Tints of Persian Indigo #331879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.24%

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

R = 26.02%
G = 12.24%
B = 61.73%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#331879 (or 0x331879) is known color: Persian Indigo. HEX triplet: 33, 18 and 79. RGB value is (51,24,121). Sum of RGB (Red+Green+Blue) = 51+24+121=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 121 (47.66% from 255 or 61.73% from 196); Max value from RGB is 121 - color contains mainly: blue. Hex color #331879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331879 is #CCE786. Grayscale: #2A2A2A. Windows color (decimal): -13428615 or 7936051. OLE color: 7936051.

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

Color convert

RGB 51 24 121 -
CMYK 0.58 0.80 0 0.53
HSL 256.7º 0.67% 0.28% -
HSV(B) 256.7º 0.8% 0.47% -
XYZ 5.14 2.74 18.35 -
YUV 43.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 51 24 121 0.58 0.80 0 0.53 256.7 0.67 0.28
Hex 33 18 79 3A 50 0 35 101 43 1C
Octal 63 30 171 72 120 0 65 401 103 34
Binary 110011 11000 1111001 111010 1010000 0 110101 100000001 1000011 11100

Color Harmonies of #331879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331879

Black with #331879

Text Example


Text Example

White with #331879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331879; }

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

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

background-color css

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

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

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

border-color css

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

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

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