Html Css Color HEX #320C77 Persian Indigo

📋 copy color: '#320C77'

red 50 ◦ green 12 ◦ blue 119

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

Shades of Persian Indigo #320C77

Tints of Persian Indigo #320C77

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.63%

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

R = 27.62%
G = 6.63%
B = 65.75%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#320C77 (or 0x320C77) is known color: Persian Indigo. HEX triplet: 32, 0C and 77. RGB value is (50,12,119). Sum of RGB (Red+Green+Blue) = 50+12+119=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 119 (46.88% from 255 or 65.75% from 181); Max value from RGB is 119 - color contains mainly: blue. Hex color #320C77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320C77 is #CDF388. Grayscale: #232323. Windows color (decimal): -13497225 or 7801906. OLE color: 7801906.

HSL color Cylindrical-coordinate representation of color #320C77: hue angle of 261.31º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320C77 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 12 119 -
CMYK 0.58 0.90 0 0.53
HSL 261.31º 0.82% 0.26% -
HSV(B) 261.31º 0.9% 0.47% -
XYZ 4.78 2.27 17.64 -
YUV 35.56 175.09 138.3 -
System Red Green Blue C M Y K H S L
Decimal 50 12 119 0.58 0.90 0 0.53 261.31 0.82 0.26
Hex 32 C 77 3A 5A 0 35 105 52 1A
Octal 62 14 167 72 132 0 65 405 122 32
Binary 110010 1100 1110111 111010 1011010 0 110101 100000101 1010010 11010

Color Harmonies of #320C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320C77

Black with #320C77

Text Example


Text Example

White with #320C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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