Html Css Color HEX #320593 Persian Indigo

📋 copy color: '#320593'

red 50 ◦ green 5 ◦ blue 147

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

Shades of Persian Indigo #320593

Tints of Persian Indigo #320593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 72.77%

R = 24.75%
G = 2.48%
B = 72.77%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#320593 (or 0x320593) is known color: Persian Indigo. HEX triplet: 32, 05 and 93. RGB value is (50,5,147). Sum of RGB (Red+Green+Blue) = 50+5+147=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 147 (57.81% from 255 or 72.77% from 202); Max value from RGB is 147 - color contains mainly: blue. Hex color #320593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320593 is #CDFA6C. Grayscale: #222222. Windows color (decimal): -13498989 or 9635122. OLE color: 9635122.

HSL color Cylindrical-coordinate representation of color #320593: hue angle of 259.01º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #320593 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 5 147 -
CMYK 0.66 0.97 0 0.42
HSL 259.01º 0.93% 0.3% -
HSV(B) 259.01º 0.97% 0.58% -
XYZ 6.64 2.89 27.81 -
YUV 34.64 191.41 138.95 -
System Red Green Blue C M Y K H S L
Decimal 50 5 147 0.66 0.97 0 0.42 259.01 0.93 0.3
Hex 32 5 93 42 61 0 2A 103 5D 1E
Octal 62 5 223 102 141 0 52 403 135 36
Binary 110010 101 10010011 1000010 1100001 0 101010 100000011 1011101 11110

Color Harmonies of #320593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320593

Black with #320593

Text Example


Text Example

White with #320593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320593; }

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

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

background-color css

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

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

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

border-color css

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

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

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