Html Css Color HEX #320163 Persian Indigo

📋 copy color: '#320163'

red 50 ◦ green 1 ◦ blue 99

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

Shades of Persian Indigo #320163

Tints of Persian Indigo #320163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 99 (39.06% from 255) = 66%

R = 33.33%
G = 0.67%
B = 66%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#320163 (or 0x320163) is known color: Persian Indigo. HEX triplet: 32, 01 and 63. RGB value is (50,1,99). Sum of RGB (Red+Green+Blue) = 50+1+99=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #320163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320163 is #CDFE9C. Grayscale: #1A1A1A. Windows color (decimal): -13500061 or 6488370. OLE color: 6488370.

HSL color Cylindrical-coordinate representation of color #320163: hue angle of 270º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #320163 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 1 99 -
CMYK 0.49 0.99 0 0.61
HSL 270º 0.98% 0.2% -
HSV(B) 270º 0.99% 0.39% -
XYZ 3.58 1.6 11.92 -
YUV 26.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 50 1 99 0.49 0.99 0 0.61 270 0.98 0.2
Hex 32 1 63 31 63 0 3D 10E 62 14
Octal 62 1 143 61 143 0 75 416 142 24
Binary 110010 1 1100011 110001 1100011 0 111101 100001110 1100010 10100

Color Harmonies of #320163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320163

Black with #320163

Text Example


Text Example

White with #320163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320163; }

 p { color: rgb(50,1,99); }

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

background-color css

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

 a { background-color: rgb(50,1,99); }

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

border-color css

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

 span { border-color: rgb(50,1,99); }

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