Html Css Color HEX #331170 Persian Indigo

📋 copy color: '#331170'

red 51 ◦ green 17 ◦ blue 112

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

Shades of Persian Indigo #331170

Tints of Persian Indigo #331170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.44%

 BLUE value IS 112 (44.14% from 255) = 62.22%

R = 28.33%
G = 9.44%
B = 62.22%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#331170 (or 0x331170) is known color: Persian Indigo. HEX triplet: 33, 11 and 70. RGB value is (51,17,112). Sum of RGB (Red+Green+Blue) = 51+17+112=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #331170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331170 is #CCEE8F. Grayscale: #252525. Windows color (decimal): -13430416 or 7344435. OLE color: 7344435.

HSL color Cylindrical-coordinate representation of color #331170: hue angle of 261.47º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331170 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 17 112 -
CMYK 0.54 0.85 0 0.56
HSL 261.47º 0.74% 0.25% -
HSV(B) 261.47º 0.85% 0.44% -
XYZ 4.49 2.27 15.53 -
YUV 38 169.76 137.28 -
System Red Green Blue C M Y K H S L
Decimal 51 17 112 0.54 0.85 0 0.56 261.47 0.74 0.25
Hex 33 11 70 36 55 0 38 105 4A 19
Octal 63 21 160 66 125 0 70 405 112 31
Binary 110011 10001 1110000 110110 1010101 0 111000 100000101 1001010 11001

Color Harmonies of #331170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331170

Black with #331170

Text Example


Text Example

White with #331170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331170; }

 p { color: rgb(51,17,112); }

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

background-color css

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

 a { background-color: rgb(51,17,112); }

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

border-color css

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

 span { border-color: rgb(51,17,112); }

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