Html Css Color HEX #320B72 Persian Indigo

📋 copy color: '#320B72'

red 50 ◦ green 11 ◦ blue 114

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

Shades of Persian Indigo #320B72

Tints of Persian Indigo #320B72

RGB

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

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

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

R = 28.57%
G = 6.29%
B = 65.14%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#320B72 (or 0x320B72) is known color: Persian Indigo. HEX triplet: 32, 0B and 72. RGB value is (50,11,114). Sum of RGB (Red+Green+Blue) = 50+11+114=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #320B72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320B72 is #CDF48D. Grayscale: #222222. Windows color (decimal): -13497486 or 7473970. OLE color: 7473970.

HSL color Cylindrical-coordinate representation of color #320B72: hue angle of 262.72º degrees, saturation: 0.82, 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 #320B72 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 11 114 -
CMYK 0.56 0.90 0 0.55
HSL 262.72º 0.82% 0.25% -
HSV(B) 262.72º 0.9% 0.45% -
XYZ 4.47 2.13 16.1 -
YUV 34.4 172.92 139.12 -
System Red Green Blue C M Y K H S L
Decimal 50 11 114 0.56 0.90 0 0.55 262.72 0.82 0.25
Hex 32 B 72 38 5A 0 37 107 52 19
Octal 62 13 162 70 132 0 67 407 122 31
Binary 110010 1011 1110010 111000 1011010 0 110111 100000111 1010010 11001

Color Harmonies of #320B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320B72

Black with #320B72

Text Example


Text Example

White with #320B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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