Html Css Color HEX #320C7C Persian Indigo

📋 copy color: '#320C7C'

red 50 ◦ green 12 ◦ blue 124

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

Shades of Persian Indigo #320C7C

Tints of Persian Indigo #320C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 66.67%

R = 26.88%
G = 6.45%
B = 66.67%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#320C7C (or 0x320C7C) is known color: Persian Indigo. HEX triplet: 32, 0C and 7C. RGB value is (50,12,124). Sum of RGB (Red+Green+Blue) = 50+12+124=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #320C7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320C7C is #CDF383. Grayscale: #232323. Windows color (decimal): -13497220 or 8129586. OLE color: 8129586.

HSL color Cylindrical-coordinate representation of color #320C7C: hue angle of 260.36º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320C7C is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 12 124 -
CMYK 0.60 0.90 0 0.51
HSL 260.36º 0.82% 0.27% -
HSV(B) 260.36º 0.9% 0.49% -
XYZ 5.08 2.4 19.26 -
YUV 36.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 50 12 124 0.60 0.90 0 0.51 260.36 0.82 0.27
Hex 32 C 7C 3C 5A 0 33 104 52 1B
Octal 62 14 174 74 132 0 63 404 122 33
Binary 110010 1100 1111100 111100 1011010 0 110011 100000100 1010010 11011

Color Harmonies of #320C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320C7C

Black with #320C7C

Text Example


Text Example

White with #320C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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