Html Css Color HEX #331080 Persian Indigo

📋 copy color: '#331080'

red 51 ◦ green 16 ◦ blue 128

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

Shades of Persian Indigo #331080

Tints of Persian Indigo #331080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.21%

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

R = 26.15%
G = 8.21%
B = 65.64%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#331080 (or 0x331080) is known color: Persian Indigo. HEX triplet: 33, 10 and 80. RGB value is (51,16,128). Sum of RGB (Red+Green+Blue) = 51+16+128=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 128 (50.39% from 255 or 65.64% from 195); Max value from RGB is 128 - color contains mainly: blue. Hex color #331080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331080 is #CCEF7F. Grayscale: #262626. Windows color (decimal): -13430656 or 8392755. OLE color: 8392755.

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

Color convert

RGB 51 16 128 -
CMYK 0.60 0.88 0 0.50
HSL 258.75º 0.78% 0.28% -
HSV(B) 258.75º 0.88% 0.5% -
XYZ 5.45 2.63 20.64 -
YUV 39.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 51 16 128 0.60 0.88 0 0.50 258.75 0.78 0.28
Hex 33 10 80 3C 58 0 32 103 4E 1C
Octal 63 20 200 74 130 0 62 403 116 34
Binary 110011 10000 10000000 111100 1011000 0 110010 100000011 1001110 11100

Color Harmonies of #331080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331080

Black with #331080

Text Example


Text Example

White with #331080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331080; }

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

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

background-color css

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

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

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

border-color css

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

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

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