Html Css Color HEX #3217A0 Persian Indigo

📋 copy color: '#3217A0'

red 50 ◦ green 23 ◦ blue 160

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

Shades of Persian Indigo #3217A0

Tints of Persian Indigo #3217A0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.87%

 BLUE value IS 160 (62.89% from 255) = 68.67%

R = 21.46%
G = 9.87%
B = 68.67%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3217A0 (or 0x3217A0) is known color: Persian Indigo. HEX triplet: 32, 17 and A0. RGB value is (50,23,160). Sum of RGB (Red+Green+Blue) = 50+23+160=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 160 (62.89% from 255 or 68.67% from 233); Max value from RGB is 160 - color contains mainly: blue. Hex color #3217A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3217A0 is #CDE85F. Grayscale: #2E2E2E. Windows color (decimal): -13494368 or 10491698. OLE color: 10491698.

HSL color Cylindrical-coordinate representation of color #3217A0: hue angle of 251.82º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3217A0 is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 50 23 160 -
CMYK 0.69 0.86 0 0.37
HSL 251.82º 0.75% 0.36% -
HSV(B) 251.82º 0.86% 0.63% -
XYZ 7.97 3.83 33.58 -
YUV 46.69 191.95 130.36 -
System Red Green Blue C M Y K H S L
Decimal 50 23 160 0.69 0.86 0 0.37 251.82 0.75 0.36
Hex 32 17 A0 45 56 0 25 FC 4B 24
Octal 62 27 240 105 126 0 45 374 113 44
Binary 110010 10111 10100000 1000101 1010110 0 100101 11111100 1001011 100100

Color Harmonies of #3217A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3217A0

Black with #3217A0

Text Example


Text Example

White with #3217A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3217A0; }

 p { color: rgb(50,23,160); }

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

background-color css

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

 a { background-color: rgb(50,23,160); }

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

border-color css

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

 span { border-color: rgb(50,23,160); }

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