Html Css Color HEX #331174 Persian Indigo

📋 copy color: '#331174'

red 51 ◦ green 17 ◦ blue 116

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

Shades of Persian Indigo #331174

Tints of Persian Indigo #331174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 63.04%

R = 27.72%
G = 9.24%
B = 63.04%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#331174 (or 0x331174) is known color: Persian Indigo. HEX triplet: 33, 11 and 74. RGB value is (51,17,116). Sum of RGB (Red+Green+Blue) = 51+17+116=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 116 (45.70% from 255 or 63.04% from 184); Max value from RGB is 116 - color contains mainly: blue. Hex color #331174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331174 is #CCEE8B. Grayscale: #262626. Windows color (decimal): -13430412 or 7606579. OLE color: 7606579.

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

Color convert

RGB 51 17 116 -
CMYK 0.56 0.85 0 0.55
HSL 260.61º 0.74% 0.26% -
HSV(B) 260.61º 0.85% 0.45% -
XYZ 4.72 2.37 16.73 -
YUV 38.45 171.76 136.95 -
System Red Green Blue C M Y K H S L
Decimal 51 17 116 0.56 0.85 0 0.55 260.61 0.74 0.26
Hex 33 11 74 38 55 0 37 105 4A 1A
Octal 63 21 164 70 125 0 67 405 112 32
Binary 110011 10001 1110100 111000 1010101 0 110111 100000101 1001010 11010

Color Harmonies of #331174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331174

Black with #331174

Text Example


Text Example

White with #331174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331174; }

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

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

background-color css

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

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

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

border-color css

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

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

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