Html Css Color HEX #320393 Persian Indigo

📋 copy color: '#320393'

red 50 ◦ green 3 ◦ blue 147

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

Shades of Persian Indigo #320393

Tints of Persian Indigo #320393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.5%

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

R = 25%
G = 1.5%
B = 73.5%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#320393 (or 0x320393) is known color: Persian Indigo. HEX triplet: 32, 03 and 93. RGB value is (50,3,147). Sum of RGB (Red+Green+Blue) = 50+3+147=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #320393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320393 is #CDFC6C. Grayscale: #202020. Windows color (decimal): -13499501 or 9634610. OLE color: 9634610.

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

Color convert

RGB 50 3 147 -
CMYK 0.66 0.98 0 0.42
HSL 259.58º 0.96% 0.29% -
HSV(B) 259.58º 0.98% 0.58% -
XYZ 6.61 2.85 27.81 -
YUV 33.47 192.07 139.79 -
System Red Green Blue C M Y K H S L
Decimal 50 3 147 0.66 0.98 0 0.42 259.58 0.96 0.29
Hex 32 3 93 42 62 0 2A 104 60 1D
Octal 62 3 223 102 142 0 52 404 140 35
Binary 110010 11 10010011 1000010 1100010 0 101010 100000100 1100000 11101

Color Harmonies of #320393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320393

Black with #320393

Text Example


Text Example

White with #320393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320393; }

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

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

background-color css

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

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

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

border-color css

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

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

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