Html Css Color HEX #3A19F7 Han Purple

📋 copy color: '#3A19F7'

red 58 ◦ green 25 ◦ blue 247

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

Shades of Han Purple #3A19F7

Tints of Han Purple #3A19F7

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.58%

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

R = 17.58%
G = 7.58%
B = 74.85%

CMYK

 C value IS 0.77

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3A19F7 (or 0x3A19F7) is known color: Han Purple. HEX triplet: 3A, 19 and F7. RGB value is (58,25,247). Sum of RGB (Red+Green+Blue) = 58+25+247=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 247 (96.88% from 255 or 74.85% from 330); Max value from RGB is 247 - color contains mainly: blue. Hex color #3A19F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A19F7 is #C5E608. Grayscale: #3B3B3B. Windows color (decimal): -12969481 or 16193850. OLE color: 16193850.

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

Color convert

RGB 58 25 247 -
CMYK 0.77 0.90 0 0.03
HSL 248.92º 0.93% 0.53% -
HSV(B) 248.92º 0.9% 0.97% -
XYZ 18.88 8.31 88.6 -
YUV 60.18 233.43 126.45 -
System Red Green Blue C M Y K H S L
Decimal 58 25 247 0.77 0.90 0 0.03 248.92 0.93 0.53
Hex 3A 19 F7 4D 5A 0 3 F9 5D 35
Octal 72 31 367 115 132 0 3 371 135 65
Binary 111010 11001 11110111 1001101 1011010 0 11 11111001 1011101 110101

Color Harmonies of #3A19F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A19F7

Black with #3A19F7

Text Example


Text Example

White with #3A19F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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