Html Css Color HEX #3A17FD Han Purple

📋 copy color: '#3A17FD'

red 58 ◦ green 23 ◦ blue 253

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

Shades of Han Purple #3A17FD

Tints of Han Purple #3A17FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 75.75%

R = 17.37%
G = 6.89%
B = 75.75%

CMYK

 C value IS 0.77

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A17FD (or 0x3A17FD) is known color: Han Purple. HEX triplet: 3A, 17 and FD. RGB value is (58,23,253). Sum of RGB (Red+Green+Blue) = 58+23+253=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 253 (99.22% from 255 or 75.75% from 334); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A17FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A17FD is #C5E802. Grayscale: #3A3A3A. Windows color (decimal): -12969987 or 16586554. OLE color: 16586554.

HSL color Cylindrical-coordinate representation of color #3A17FD: hue angle of 249.13º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A17FD is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 23 253 -
CMYK 0.77 0.91 0 0.01
HSL 249.13º 0.98% 0.54% -
HSV(B) 249.13º 0.91% 0.99% -
XYZ 19.78 8.6 93.55 -
YUV 59.69 237.1 126.8 -
System Red Green Blue C M Y K H S L
Decimal 58 23 253 0.77 0.91 0 0.01 249.13 0.98 0.54
Hex 3A 17 FD 4D 5B 0 1 F9 62 36
Octal 72 27 375 115 133 0 1 371 142 66
Binary 111010 10111 11111101 1001101 1011011 0 1 11111001 1100010 110110

Color Harmonies of #3A17FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A17FD

Black with #3A17FD

Text Example


Text Example

White with #3A17FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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