Html Css Color HEX #320B73 Persian Indigo

📋 copy color: '#320B73'

red 50 ◦ green 11 ◦ blue 115

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

Shades of Persian Indigo #320B73

Tints of Persian Indigo #320B73

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.25%

 BLUE value IS 115 (45.31% from 255) = 65.34%

R = 28.41%
G = 6.25%
B = 65.34%

CMYK

 C value IS 0.57

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#320B73 (or 0x320B73) is known color: Persian Indigo. HEX triplet: 32, 0B and 73. RGB value is (50,11,115). Sum of RGB (Red+Green+Blue) = 50+11+115=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 115 (45.31% from 255 or 65.34% from 176); Max value from RGB is 115 - color contains mainly: blue. Hex color #320B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320B73 is #CDF48C. Grayscale: #222222. Windows color (decimal): -13497485 or 7539506. OLE color: 7539506.

HSL color Cylindrical-coordinate representation of color #320B73: hue angle of 262.5º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320B73 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 11 115 -
CMYK 0.57 0.90 0 0.55
HSL 262.5º 0.83% 0.25% -
HSV(B) 262.5º 0.9% 0.45% -
XYZ 4.53 2.16 16.4 -
YUV 34.52 173.42 139.04 -
System Red Green Blue C M Y K H S L
Decimal 50 11 115 0.57 0.90 0 0.55 262.5 0.83 0.25
Hex 32 B 73 39 5A 0 37 106 53 19
Octal 62 13 163 71 132 0 67 406 123 31
Binary 110010 1011 1110011 111001 1011010 0 110111 100000110 1010011 11001

Color Harmonies of #320B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320B73

Black with #320B73

Text Example


Text Example

White with #320B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,11,115); }

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

background-color css

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

 a { background-color: rgb(50,11,115); }

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

border-color css

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

 span { border-color: rgb(50,11,115); }

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