Html Css Color HEX #3A0EFA Han Purple

📋 copy color: '#3A0EFA'

red 58 ◦ green 14 ◦ blue 250

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

Shades of Han Purple #3A0EFA

Tints of Han Purple #3A0EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.35%

 BLUE value IS 250 (98.05% from 255) = 77.64%

R = 18.01%
G = 4.35%
B = 77.64%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A0EFA (or 0x3A0EFA) is known color: Han Purple. HEX triplet: 3A, 0E and FA. RGB value is (58,14,250). Sum of RGB (Red+Green+Blue) = 58+14+250=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 250 (98.05% from 255 or 77.64% from 322); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A0EFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0EFA is #C5F105. Grayscale: #353535. Windows color (decimal): -12972294 or 16387642. OLE color: 16387642.

HSL color Cylindrical-coordinate representation of color #3A0EFA: hue angle of 251.19º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0EFA is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 14 250 -
CMYK 0.77 0.94 0 0.02
HSL 251.19º 0.96% 0.52% -
HSV(B) 251.19º 0.94% 0.98% -
XYZ 19.16 8.12 91 -
YUV 54.06 238.58 130.81 -
System Red Green Blue C M Y K H S L
Decimal 58 14 250 0.77 0.94 0 0.02 251.19 0.96 0.52
Hex 3A E FA 4D 5E 0 2 FB 60 34
Octal 72 16 372 115 136 0 2 373 140 64
Binary 111010 1110 11111010 1001101 1011110 0 10 11111011 1100000 110100

Color Harmonies of #3A0EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0EFA

Black with #3A0EFA

Text Example


Text Example

White with #3A0EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,14,250); }

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

background-color css

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

 a { background-color: rgb(58,14,250); }

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

border-color css

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

 span { border-color: rgb(58,14,250); }

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