Html Css Color HEX #3A17F7 Han Purple

📋 copy color: '#3A17F7'

red 58 ◦ green 23 ◦ blue 247

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

Shades of Han Purple #3A17F7

Tints of Han Purple #3A17F7

RGB

 RED value IS 58 (23.05% from 255) = 17.68%

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

 BLUE value IS 247 (96.88% from 255) = 75.3%

R = 17.68%
G = 7.01%
B = 75.3%

CMYK

 C value IS 0.77

 M value IS 0.91

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3A17F7 (or 0x3A17F7) is known color: Han Purple. HEX triplet: 3A, 17 and F7. RGB value is (58,23,247). Sum of RGB (Red+Green+Blue) = 58+23+247=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 247 (96.88% from 255 or 75.30% from 328); Max value from RGB is 247 - color contains mainly: blue. Hex color #3A17F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A17F7 is #C5E808. Grayscale: #3A3A3A. Windows color (decimal): -12969993 or 16193338. OLE color: 16193338.

HSL color Cylindrical-coordinate representation of color #3A17F7: hue angle of 249.38º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A17F7 is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 23 247 -
CMYK 0.77 0.91 0 0.03
HSL 249.38º 0.93% 0.53% -
HSV(B) 249.38º 0.91% 0.97% -
XYZ 18.84 8.23 88.59 -
YUV 59 234.1 127.29 -
System Red Green Blue C M Y K H S L
Decimal 58 23 247 0.77 0.91 0 0.03 249.38 0.93 0.53
Hex 3A 17 F7 4D 5B 0 3 F9 5D 35
Octal 72 27 367 115 133 0 3 371 135 65
Binary 111010 10111 11110111 1001101 1011011 0 11 11111001 1011101 110101

Color Harmonies of #3A17F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A17F7

Black with #3A17F7

Text Example


Text Example

White with #3A17F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A17F7; }

 p { color: rgb(58,23,247); }

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

background-color css

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

 a { background-color: rgb(58,23,247); }

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

border-color css

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

 span { border-color: rgb(58,23,247); }

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