Html Css Color HEX #320C76 Persian Indigo

📋 copy color: '#320C76'

red 50 ◦ green 12 ◦ blue 118

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

Shades of Persian Indigo #320C76

Tints of Persian Indigo #320C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 65.56%

R = 27.78%
G = 6.67%
B = 65.56%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#320C76 (or 0x320C76) is known color: Persian Indigo. HEX triplet: 32, 0C and 76. RGB value is (50,12,118). Sum of RGB (Red+Green+Blue) = 50+12+118=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #320C76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320C76 is #CDF389. Grayscale: #232323. Windows color (decimal): -13497226 or 7736370. OLE color: 7736370.

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

Color convert

RGB 50 12 118 -
CMYK 0.58 0.90 0 0.54
HSL 261.51º 0.82% 0.25% -
HSV(B) 261.51º 0.9% 0.46% -
XYZ 4.72 2.25 17.33 -
YUV 35.45 174.59 138.38 -
System Red Green Blue C M Y K H S L
Decimal 50 12 118 0.58 0.90 0 0.54 261.51 0.82 0.25
Hex 32 C 76 3A 5A 0 36 106 52 19
Octal 62 14 166 72 132 0 66 406 122 31
Binary 110010 1100 1110110 111010 1011010 0 110110 100000110 1010010 11001

Color Harmonies of #320C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320C76

Black with #320C76

Text Example


Text Example

White with #320C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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