Html Css Color HEX #3A0FEF Han Purple

📋 copy color: '#3A0FEF'

red 58 ◦ green 15 ◦ blue 239

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

Shades of Han Purple #3A0FEF

Tints of Han Purple #3A0FEF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.81%

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

R = 18.59%
G = 4.81%
B = 76.6%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3A0FEF (or 0x3A0FEF) is known color: Han Purple. HEX triplet: 3A, 0F and EF. RGB value is (58,15,239). Sum of RGB (Red+Green+Blue) = 58+15+239=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 239 (93.75% from 255 or 76.60% from 312); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A0FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0FEF is #C5F010. Grayscale: #343434. Windows color (decimal): -12972049 or 15667002. OLE color: 15667002.

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

Color convert

RGB 58 15 239 -
CMYK 0.76 0.94 0 0.06
HSL 251.52º 0.88% 0.5% -
HSV(B) 251.52º 0.94% 0.94% -
XYZ 17.5 7.47 82.18 -
YUV 53.39 232.75 131.29 -
System Red Green Blue C M Y K H S L
Decimal 58 15 239 0.76 0.94 0 0.06 251.52 0.88 0.5
Hex 3A F EF 4C 5E 0 6 FC 58 32
Octal 72 17 357 114 136 0 6 374 130 62
Binary 111010 1111 11101111 1001100 1011110 0 110 11111100 1011000 110010

Color Harmonies of #3A0FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0FEF

Black with #3A0FEF

Text Example


Text Example

White with #3A0FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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