Html Css Color HEX #320E7D Persian Indigo

📋 copy color: '#320E7D'

red 50 ◦ green 14 ◦ blue 125

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

Shades of Persian Indigo #320E7D

Tints of Persian Indigo #320E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 66.14%

R = 26.46%
G = 7.41%
B = 66.14%

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

#320E7D (or 0x320E7D) is known color: Persian Indigo. HEX triplet: 32, 0E and 7D. RGB value is (50,14,125). Sum of RGB (Red+Green+Blue) = 50+14+125=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #320E7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320E7D is #CDF182. Grayscale: #252525. Windows color (decimal): -13496707 or 8195634. OLE color: 8195634.

HSL color Cylindrical-coordinate representation of color #320E7D: hue angle of 259.46º 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 #320E7D is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 14 125 -
CMYK 0.60 0.89 0 0.51
HSL 259.46º 0.8% 0.27% -
HSV(B) 259.46º 0.89% 0.49% -
XYZ 5.17 2.47 19.61 -
YUV 37.42 177.43 136.97 -
System Red Green Blue C M Y K H S L
Decimal 50 14 125 0.60 0.89 0 0.51 259.46 0.8 0.27
Hex 32 E 7D 3C 59 0 33 103 50 1B
Octal 62 16 175 74 131 0 63 403 120 33
Binary 110010 1110 1111101 111100 1011001 0 110011 100000011 1010000 11011

Color Harmonies of #320E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320E7D

Black with #320E7D

Text Example


Text Example

White with #320E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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