Html Css Color HEX #331169 Persian Indigo

📋 copy color: '#331169'

red 51 ◦ green 17 ◦ blue 105

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

Shades of Persian Indigo #331169

Tints of Persian Indigo #331169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 60.69%

R = 29.48%
G = 9.83%
B = 60.69%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#331169 (or 0x331169) is known color: Persian Indigo. HEX triplet: 33, 11 and 69. RGB value is (51,17,105). Sum of RGB (Red+Green+Blue) = 51+17+105=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #331169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331169 is #CCEE96. Grayscale: #242424. Windows color (decimal): -13430423 or 6885683. OLE color: 6885683.

HSL color Cylindrical-coordinate representation of color #331169: hue angle of 263.18º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331169 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 17 105 -
CMYK 0.51 0.84 0 0.59
HSL 263.18º 0.72% 0.24% -
HSV(B) 263.18º 0.84% 0.41% -
XYZ 4.12 2.12 13.56 -
YUV 37.2 166.26 137.84 -
System Red Green Blue C M Y K H S L
Decimal 51 17 105 0.51 0.84 0 0.59 263.18 0.72 0.24
Hex 33 11 69 33 54 0 3B 107 48 18
Octal 63 21 151 63 124 0 73 407 110 30
Binary 110011 10001 1101001 110011 1010100 0 111011 100000111 1001000 11000

Color Harmonies of #331169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331169

Black with #331169

Text Example


Text Example

White with #331169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331169; }

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

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

background-color css

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

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

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

border-color css

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

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

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