Html Css Color HEX #320573 Persian Indigo

📋 copy color: '#320573'

red 50 ◦ green 5 ◦ blue 115

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

Shades of Persian Indigo #320573

Tints of Persian Indigo #320573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.94%

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

R = 29.41%
G = 2.94%
B = 67.65%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#320573 (or 0x320573) is known color: Persian Indigo. HEX triplet: 32, 05 and 73. RGB value is (50,5,115). Sum of RGB (Red+Green+Blue) = 50+5+115=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #320573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320573 is #CDFA8C. Grayscale: #1E1E1E. Windows color (decimal): -13499021 or 7537970. OLE color: 7537970.

HSL color Cylindrical-coordinate representation of color #320573: hue angle of 264.55º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320573 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 5 115 -
CMYK 0.57 0.96 0 0.55
HSL 264.55º 0.92% 0.24% -
HSV(B) 264.55º 0.96% 0.45% -
XYZ 4.46 2.02 16.38 -
YUV 31 175.41 141.56 -
System Red Green Blue C M Y K H S L
Decimal 50 5 115 0.57 0.96 0 0.55 264.55 0.92 0.24
Hex 32 5 73 39 60 0 37 109 5C 18
Octal 62 5 163 71 140 0 67 411 134 30
Binary 110010 101 1110011 111001 1100000 0 110111 100001001 1011100 11000

Color Harmonies of #320573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320573

Black with #320573

Text Example


Text Example

White with #320573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320573; }

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

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

background-color css

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

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

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

border-color css

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

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

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