Html Css Color HEX #3A0DE4 Han Purple

📋 copy color: '#3A0DE4'

red 58 ◦ green 13 ◦ blue 228

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

Shades of Han Purple #3A0DE4

Tints of Han Purple #3A0DE4

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.35%

 BLUE value IS 228 (89.45% from 255) = 76.25%

R = 19.4%
G = 4.35%
B = 76.25%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#3A0DE4 (or 0x3A0DE4) is known color: Han Purple. HEX triplet: 3A, 0D and E4. RGB value is (58,13,228). Sum of RGB (Red+Green+Blue) = 58+13+228=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 228 (89.45% from 255 or 76.25% from 299); Max value from RGB is 228 - color contains mainly: blue. Hex color #3A0DE4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0DE4 is #C5F21B. Grayscale: #323232. Windows color (decimal): -12972572 or 14945594. OLE color: 14945594.

HSL color Cylindrical-coordinate representation of color #3A0DE4: hue angle of 252.56º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0DE4 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 58 13 228 -
CMYK 0.75 0.94 0 0.11
HSL 252.56º 0.89% 0.47% -
HSV(B) 252.56º 0.94% 0.89% -
XYZ 15.89 6.79 73.87 -
YUV 50.97 227.91 133.02 -
System Red Green Blue C M Y K H S L
Decimal 58 13 228 0.75 0.94 0 0.11 252.56 0.89 0.47
Hex 3A D E4 4B 5E 0 B FD 59 2F
Octal 72 15 344 113 136 0 13 375 131 57
Binary 111010 1101 11100100 1001011 1011110 0 1011 11111101 1011001 101111

Color Harmonies of #3A0DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0DE4

Black with #3A0DE4

Text Example


Text Example

White with #3A0DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,13,228); }

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

background-color css

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

 a { background-color: rgb(58,13,228); }

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

border-color css

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

 span { border-color: rgb(58,13,228); }

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