Html Css Color HEX #320077 Persian Indigo

📋 copy color: '#320077'

red 50 ◦ green 0 ◦ blue 119

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

Shades of Persian Indigo #320077

Tints of Persian Indigo #320077

RGB

 RED value IS 50 (19.92% from 255) = 29.59%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 70.41%

R = 29.59%
G = 0%
B = 70.41%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#320077 (or 0x320077) is known color: Persian Indigo. HEX triplet: 32, 00 and 77. RGB value is (50,0,119). Sum of RGB (Red+Green+Blue) = 50+0+119=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 119 (46.88% from 255 or 70.41% from 169); Max value from RGB is 119 - color contains mainly: blue. Hex color #320077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320077 is #CDFF88. Grayscale: #1C1C1C. Windows color (decimal): -13500297 or 7798834. OLE color: 7798834.

HSL color Cylindrical-coordinate representation of color #320077: hue angle of 265.21º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320077 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 0 119 -
CMYK 0.58 1 0 0.53
HSL 265.21º 1% 0.23% -
HSV(B) 265.21º 1% 0.47% -
XYZ 4.65 2.01 17.6 -
YUV 28.52 179.07 143.32 -
System Red Green Blue C M Y K H S L
Decimal 50 0 119 0.58 1 0 0.53 265.21 1 0.23
Hex 32 0 77 3A 64 0 35 109 64 17
Octal 62 0 167 72 144 0 65 411 144 27
Binary 110010 0 1110111 111010 1100100 0 110101 100001001 1100100 10111

Color Harmonies of #320077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320077

Black with #320077

Text Example


Text Example

White with #320077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320077; }

 p { color: rgb(50,0,119); }

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

background-color css

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

 a { background-color: rgb(50,0,119); }

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

border-color css

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

 span { border-color: rgb(50,0,119); }

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