Html Css Color HEX #3A1FEF Han Purple

📋 copy color: '#3A1FEF'

red 58 ◦ green 31 ◦ blue 239

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

Shades of Han Purple #3A1FEF

Tints of Han Purple #3A1FEF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.45%

 BLUE value IS 239 (93.75% from 255) = 72.87%

R = 17.68%
G = 9.45%
B = 72.87%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3A1FEF (or 0x3A1FEF) is known color: Han Purple. HEX triplet: 3A, 1F and EF. RGB value is (58,31,239). Sum of RGB (Red+Green+Blue) = 58+31+239=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A1FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A1FEF is #C5E010. Grayscale: #3D3D3D. Windows color (decimal): -12967953 or 15671098. OLE color: 15671098.

HSL color Cylindrical-coordinate representation of color #3A1FEF: hue angle of 247.79º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A1FEF is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 31 239 -
CMYK 0.76 0.87 0 0.06
HSL 247.79º 0.87% 0.53% -
HSV(B) 247.79º 0.87% 0.94% -
XYZ 17.81 8.11 82.29 -
YUV 62.79 227.45 124.59 -
System Red Green Blue C M Y K H S L
Decimal 58 31 239 0.76 0.87 0 0.06 247.79 0.87 0.53
Hex 3A 1F EF 4C 57 0 6 F8 57 35
Octal 72 37 357 114 127 0 6 370 127 65
Binary 111010 11111 11101111 1001100 1010111 0 110 11111000 1010111 110101

Color Harmonies of #3A1FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1FEF

Black with #3A1FEF

Text Example


Text Example

White with #3A1FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,31,239); }

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

background-color css

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

 a { background-color: rgb(58,31,239); }

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

border-color css

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

 span { border-color: rgb(58,31,239); }

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