Html Css Color HEX #331399 Persian Indigo

📋 copy color: '#331399'

red 51 ◦ green 19 ◦ blue 153

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

Shades of Persian Indigo #331399

Tints of Persian Indigo #331399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.52%

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

R = 22.87%
G = 8.52%
B = 68.61%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#331399 (or 0x331399) is known color: Persian Indigo. HEX triplet: 33, 13 and 99. RGB value is (51,19,153). Sum of RGB (Red+Green+Blue) = 51+19+153=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #331399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331399 is #CCEC66. Grayscale: #2B2B2B. Windows color (decimal): -13429863 or 10031923. OLE color: 10031923.

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

Color convert

RGB 51 19 153 -
CMYK 0.67 0.88 0 0.4
HSL 254.33º 0.78% 0.34% -
HSV(B) 254.33º 0.88% 0.6% -
XYZ 7.35 3.47 30.42 -
YUV 43.84 189.6 133.1 -
System Red Green Blue C M Y K H S L
Decimal 51 19 153 0.67 0.88 0 0.4 254.33 0.78 0.34
Hex 33 13 99 43 58 0 28 FE 4E 22
Octal 63 23 231 103 130 0 50 376 116 42
Binary 110011 10011 10011001 1000011 1011000 0 101000 11111110 1001110 100010

Color Harmonies of #331399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331399

Black with #331399

Text Example


Text Example

White with #331399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331399; }

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

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

background-color css

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

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

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

border-color css

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

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

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