Html Css Color HEX #320C78 Persian Indigo

📋 copy color: '#320C78'

red 50 ◦ green 12 ◦ blue 120

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

Shades of Persian Indigo #320C78

Tints of Persian Indigo #320C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 65.93%

R = 27.47%
G = 6.59%
B = 65.93%

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

#320C78 (or 0x320C78) is known color: Persian Indigo. HEX triplet: 32, 0C and 78. RGB value is (50,12,120). Sum of RGB (Red+Green+Blue) = 50+12+120=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 120 (47.27% from 255 or 65.93% from 182); Max value from RGB is 120 - color contains mainly: blue. Hex color #320C78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320C78 is #CDF387. Grayscale: #232323. Windows color (decimal): -13497224 or 7867442. OLE color: 7867442.

HSL color Cylindrical-coordinate representation of color #320C78: hue angle of 261.11º 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 #320C78 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 12 120 -
CMYK 0.58 0.90 0 0.53
HSL 261.11º 0.82% 0.26% -
HSV(B) 261.11º 0.9% 0.47% -
XYZ 4.84 2.3 17.96 -
YUV 35.67 175.59 138.22 -
System Red Green Blue C M Y K H S L
Decimal 50 12 120 0.58 0.90 0 0.53 261.11 0.82 0.26
Hex 32 C 78 3A 5A 0 35 105 52 1A
Octal 62 14 170 72 132 0 65 405 122 32
Binary 110010 1100 1111000 111010 1011010 0 110101 100000101 1010010 11010

Color Harmonies of #320C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320C78

Black with #320C78

Text Example


Text Example

White with #320C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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