Html Css Color HEX #320371 Persian Indigo

📋 copy color: '#320371'

red 50 ◦ green 3 ◦ blue 113

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

Shades of Persian Indigo #320371

Tints of Persian Indigo #320371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 68.07%

R = 30.12%
G = 1.81%
B = 68.07%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#320371 (or 0x320371) is known color: Persian Indigo. HEX triplet: 32, 03 and 71. RGB value is (50,3,113). Sum of RGB (Red+Green+Blue) = 50+3+113=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #320371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320371 is #CDFC8E. Grayscale: #1D1D1D. Windows color (decimal): -13499535 or 7406386. OLE color: 7406386.

HSL color Cylindrical-coordinate representation of color #320371: hue angle of 265.64º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #320371 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 3 113 -
CMYK 0.56 0.97 0 0.56
HSL 265.64º 0.95% 0.23% -
HSV(B) 265.64º 0.97% 0.44% -
XYZ 4.33 1.94 15.77 -
YUV 29.59 175.07 142.56 -
System Red Green Blue C M Y K H S L
Decimal 50 3 113 0.56 0.97 0 0.56 265.64 0.95 0.23
Hex 32 3 71 38 61 0 38 10A 5F 17
Octal 62 3 161 70 141 0 70 412 137 27
Binary 110010 11 1110001 111000 1100001 0 111000 100001010 1011111 10111

Color Harmonies of #320371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320371

Black with #320371

Text Example


Text Example

White with #320371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320371; }

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

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

background-color css

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

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

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

border-color css

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

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

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