Html Css Color HEX #320171 Persian Indigo

📋 copy color: '#320171'

red 50 ◦ green 1 ◦ blue 113

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

Shades of Persian Indigo #320171

Tints of Persian Indigo #320171

RGB

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

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

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

R = 30.49%
G = 0.61%
B = 68.9%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#320171 (or 0x320171) is known color: Persian Indigo. HEX triplet: 32, 01 and 71. RGB value is (50,1,113). Sum of RGB (Red+Green+Blue) = 50+1+113=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 113 (44.53% from 255 or 68.90% from 164); Max value from RGB is 113 - color contains mainly: blue. Hex color #320171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320171 is #CDFE8E. Grayscale: #1C1C1C. Windows color (decimal): -13500047 or 7405874. OLE color: 7405874.

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

Color convert

RGB 50 1 113 -
CMYK 0.56 0.99 0 0.56
HSL 266.25º 0.98% 0.22% -
HSV(B) 266.25º 0.99% 0.44% -
XYZ 4.31 1.89 15.76 -
YUV 28.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 50 1 113 0.56 0.99 0 0.56 266.25 0.98 0.22
Hex 32 1 71 38 63 0 38 10A 62 16
Octal 62 1 161 70 143 0 70 412 142 26
Binary 110010 1 1110001 111000 1100011 0 111000 100001010 1100010 10110

Color Harmonies of #320171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320171

Black with #320171

Text Example


Text Example

White with #320171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320171; }

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

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

background-color css

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

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

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

border-color css

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

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

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