Html Css Color HEX #320D72 Persian Indigo

📋 copy color: '#320D72'

red 50 ◦ green 13 ◦ blue 114

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

Shades of Persian Indigo #320D72

Tints of Persian Indigo #320D72

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.34%

 BLUE value IS 114 (44.92% from 255) = 64.41%

R = 28.25%
G = 7.34%
B = 64.41%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#320D72 (or 0x320D72) is known color: Persian Indigo. HEX triplet: 32, 0D and 72. RGB value is (50,13,114). Sum of RGB (Red+Green+Blue) = 50+13+114=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #320D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320D72 is #CDF28D. Grayscale: #232323. Windows color (decimal): -13496974 or 7474482. OLE color: 7474482.

HSL color Cylindrical-coordinate representation of color #320D72: hue angle of 261.98º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320D72 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 13 114 -
CMYK 0.56 0.89 0 0.55
HSL 261.98º 0.8% 0.25% -
HSV(B) 261.98º 0.89% 0.45% -
XYZ 4.5 2.18 16.1 -
YUV 35.58 172.26 138.29 -
System Red Green Blue C M Y K H S L
Decimal 50 13 114 0.56 0.89 0 0.55 261.98 0.8 0.25
Hex 32 D 72 38 59 0 37 106 50 19
Octal 62 15 162 70 131 0 67 406 120 31
Binary 110010 1101 1110010 111000 1011001 0 110111 100000110 1010000 11001

Color Harmonies of #320D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320D72

Black with #320D72

Text Example


Text Example

White with #320D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,13,114); }

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

background-color css

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

 a { background-color: rgb(50,13,114); }

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

border-color css

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

 span { border-color: rgb(50,13,114); }

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