Html Css Color HEX #332080 Persian Indigo

📋 copy color: '#332080'

red 51 ◦ green 32 ◦ blue 128

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

Shades of Persian Indigo #332080

Tints of Persian Indigo #332080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

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

R = 24.17%
G = 15.17%
B = 60.66%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#332080 (or 0x332080) is known color: Persian Indigo. HEX triplet: 33, 20 and 80. RGB value is (51,32,128). Sum of RGB (Red+Green+Blue) = 51+32+128=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 128 (50.39% from 255 or 60.66% from 211); Max value from RGB is 128 - color contains mainly: blue. Hex color #332080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332080 is #CCDF7F. Grayscale: #303030. Windows color (decimal): -13426560 or 8396851. OLE color: 8396851.

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

Color convert

RGB 51 32 128 -
CMYK 0.60 0.75 0 0.50
HSL 251.88º 0.6% 0.31% -
HSV(B) 251.88º 0.75% 0.5% -
XYZ 5.78 3.3 20.75 -
YUV 48.63 172.79 129.69 -
System Red Green Blue C M Y K H S L
Decimal 51 32 128 0.60 0.75 0 0.50 251.88 0.6 0.31
Hex 33 20 80 3C 4B 0 32 FC 3C 1F
Octal 63 40 200 74 113 0 62 374 74 37
Binary 110011 100000 10000000 111100 1001011 0 110010 11111100 111100 11111

Color Harmonies of #332080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332080

Black with #332080

Text Example


Text Example

White with #332080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332080; }

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

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

background-color css

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

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

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

border-color css

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

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

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