Html Css Color HEX #331199 Persian Indigo

📋 copy color: '#331199'

red 51 ◦ green 17 ◦ blue 153

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

Shades of Persian Indigo #331199

Tints of Persian Indigo #331199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 69.23%

R = 23.08%
G = 7.69%
B = 69.23%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#331199 (or 0x331199) is known color: Persian Indigo. HEX triplet: 33, 11 and 99. RGB value is (51,17,153). Sum of RGB (Red+Green+Blue) = 51+17+153=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #331199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331199 is #CCEE66. Grayscale: #2A2A2A. Windows color (decimal): -13430375 or 10031411. OLE color: 10031411.

HSL color Cylindrical-coordinate representation of color #331199: hue angle of 255º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #331199 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 17 153 -
CMYK 0.67 0.89 0 0.4
HSL 255º 0.8% 0.33% -
HSV(B) 255º 0.89% 0.6% -
XYZ 7.32 3.4 30.41 -
YUV 42.67 190.26 133.94 -
System Red Green Blue C M Y K H S L
Decimal 51 17 153 0.67 0.89 0 0.4 255 0.8 0.33
Hex 33 11 99 43 59 0 28 FF 50 21
Octal 63 21 231 103 131 0 50 377 120 41
Binary 110011 10001 10011001 1000011 1011001 0 101000 11111111 1010000 100001

Color Harmonies of #331199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331199

Black with #331199

Text Example


Text Example

White with #331199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331199; }

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

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

background-color css

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

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

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

border-color css

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

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

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