Html Css Color HEX #331878 Persian Indigo

📋 copy color: '#331878'

red 51 ◦ green 24 ◦ blue 120

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

Shades of Persian Indigo #331878

Tints of Persian Indigo #331878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 61.54%

R = 26.15%
G = 12.31%
B = 61.54%

CMYK

 C value IS 0.58

 M value IS 0.8

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#331878 (or 0x331878) is known color: Persian Indigo. HEX triplet: 33, 18 and 78. RGB value is (51,24,120). Sum of RGB (Red+Green+Blue) = 51+24+120=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 120 (47.27% from 255 or 61.54% from 195); Max value from RGB is 120 - color contains mainly: blue. Hex color #331878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331878 is #CCE787. Grayscale: #2A2A2A. Windows color (decimal): -13428616 or 7870515. OLE color: 7870515.

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

Color convert

RGB 51 24 120 -
CMYK 0.58 0.8 0 0.53
HSL 256.88º 0.67% 0.28% -
HSV(B) 256.88º 0.8% 0.47% -
XYZ 5.08 2.71 18.03 -
YUV 43.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 51 24 120 0.58 0.8 0 0.53 256.88 0.67 0.28
Hex 33 18 78 3A 50 0 35 101 43 1C
Octal 63 30 170 72 120 0 65 401 103 34
Binary 110011 11000 1111000 111010 1010000 0 110101 100000001 1000011 11100

Color Harmonies of #331878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331878

Black with #331878

Text Example


Text Example

White with #331878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331878; }

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

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

background-color css

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

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

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

border-color css

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

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

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