Html Css Color HEX #320E7C Persian Indigo

📋 copy color: '#320E7C'

red 50 ◦ green 14 ◦ blue 124

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

Shades of Persian Indigo #320E7C

Tints of Persian Indigo #320E7C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.45%

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

R = 26.6%
G = 7.45%
B = 65.96%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#320E7C (or 0x320E7C) is known color: Persian Indigo. HEX triplet: 32, 0E and 7C. RGB value is (50,14,124). Sum of RGB (Red+Green+Blue) = 50+14+124=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #320E7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320E7C is #CDF183. Grayscale: #242424. Windows color (decimal): -13496708 or 8130098. OLE color: 8130098.

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

Color convert

RGB 50 14 124 -
CMYK 0.60 0.89 0 0.51
HSL 259.64º 0.8% 0.27% -
HSV(B) 259.64º 0.89% 0.49% -
XYZ 5.11 2.45 19.27 -
YUV 37.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 50 14 124 0.60 0.89 0 0.51 259.64 0.8 0.27
Hex 32 E 7C 3C 59 0 33 104 50 1B
Octal 62 16 174 74 131 0 63 404 120 33
Binary 110010 1110 1111100 111100 1011001 0 110011 100000100 1010000 11011

Color Harmonies of #320E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320E7C

Black with #320E7C

Text Example


Text Example

White with #320E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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