Html Css Color HEX #331990 Persian Indigo

📋 copy color: '#331990'

red 51 ◦ green 25 ◦ blue 144

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

Shades of Persian Indigo #331990

Tints of Persian Indigo #331990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.36%

 BLUE value IS 144 (56.64% from 255) = 65.45%

R = 23.18%
G = 11.36%
B = 65.45%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#331990 (or 0x331990) is known color: Persian Indigo. HEX triplet: 33, 19 and 90. RGB value is (51,25,144). Sum of RGB (Red+Green+Blue) = 51+25+144=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #331990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331990 is #CCE66F. Grayscale: #2D2D2D. Windows color (decimal): -13428336 or 9443635. OLE color: 9443635.

HSL color Cylindrical-coordinate representation of color #331990: hue angle of 253.11º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #331990 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 25 144 -
CMYK 0.65 0.83 0 0.44
HSL 253.11º 0.7% 0.33% -
HSV(B) 253.11º 0.83% 0.56% -
XYZ 6.75 3.41 26.69 -
YUV 46.34 183.11 131.32 -
System Red Green Blue C M Y K H S L
Decimal 51 25 144 0.65 0.83 0 0.44 253.11 0.7 0.33
Hex 33 19 90 41 53 0 2C FD 46 21
Octal 63 31 220 101 123 0 54 375 106 41
Binary 110011 11001 10010000 1000001 1010011 0 101100 11111101 1000110 100001

Color Harmonies of #331990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331990

Black with #331990

Text Example


Text Example

White with #331990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331990; }

 p { color: rgb(51,25,144); }

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

background-color css

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

 a { background-color: rgb(51,25,144); }

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

border-color css

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

 span { border-color: rgb(51,25,144); }

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