Html Css Color HEX #331580 Persian Indigo

📋 copy color: '#331580'

red 51 ◦ green 21 ◦ blue 128

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

Shades of Persian Indigo #331580

Tints of Persian Indigo #331580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.5%

 BLUE value IS 128 (50.39% from 255) = 64%

R = 25.5%
G = 10.5%
B = 64%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#331580 (or 0x331580) is known color: Persian Indigo. HEX triplet: 33, 15 and 80. RGB value is (51,21,128). Sum of RGB (Red+Green+Blue) = 51+21+128=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #331580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331580 is #CCEA7F. Grayscale: #292929. Windows color (decimal): -13429376 or 8394035. OLE color: 8394035.

HSL color Cylindrical-coordinate representation of color #331580: hue angle of 256.82º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331580 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 21 128 -
CMYK 0.60 0.84 0 0.50
HSL 256.82º 0.72% 0.29% -
HSV(B) 256.82º 0.84% 0.5% -
XYZ 5.53 2.8 20.67 -
YUV 42.17 176.44 134.3 -
System Red Green Blue C M Y K H S L
Decimal 51 21 128 0.60 0.84 0 0.50 256.82 0.72 0.29
Hex 33 15 80 3C 54 0 32 101 48 1D
Octal 63 25 200 74 124 0 62 401 110 35
Binary 110011 10101 10000000 111100 1010100 0 110010 100000001 1001000 11101

Color Harmonies of #331580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331580

Black with #331580

Text Example


Text Example

White with #331580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331580; }

 p { color: rgb(51,21,128); }

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

background-color css

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

 a { background-color: rgb(51,21,128); }

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

border-color css

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

 span { border-color: rgb(51,21,128); }

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