Html Css Color HEX #331880 Persian Indigo

📋 copy color: '#331880'

red 51 ◦ green 24 ◦ blue 128

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

Shades of Persian Indigo #331880

Tints of Persian Indigo #331880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.82%

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

R = 25.12%
G = 11.82%
B = 63.05%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#331880 (or 0x331880) is known color: Persian Indigo. HEX triplet: 33, 18 and 80. RGB value is (51,24,128). Sum of RGB (Red+Green+Blue) = 51+24+128=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #331880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331880 is #CCE77F. Grayscale: #2B2B2B. Windows color (decimal): -13428608 or 8394803. OLE color: 8394803.

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

Color convert

RGB 51 24 128 -
CMYK 0.60 0.81 0 0.50
HSL 255.58º 0.68% 0.3% -
HSV(B) 255.58º 0.81% 0.5% -
XYZ 5.59 2.92 20.69 -
YUV 43.93 175.45 133.04 -
System Red Green Blue C M Y K H S L
Decimal 51 24 128 0.60 0.81 0 0.50 255.58 0.68 0.3
Hex 33 18 80 3C 51 0 32 100 44 1E
Octal 63 30 200 74 121 0 62 400 104 36
Binary 110011 11000 10000000 111100 1010001 0 110010 100000000 1000100 11110

Color Harmonies of #331880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331880

Black with #331880

Text Example


Text Example

White with #331880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331880; }

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

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

background-color css

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

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

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

border-color css

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

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

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