Html Css Color HEX #3A0EFB Han Purple

📋 copy color: '#3A0EFB'

red 58 ◦ green 14 ◦ blue 251

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

Shades of Han Purple #3A0EFB

Tints of Han Purple #3A0EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 77.71%

R = 17.96%
G = 4.33%
B = 77.71%

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

#3A0EFB (or 0x3A0EFB) is known color: Han Purple. HEX triplet: 3A, 0E and FB. RGB value is (58,14,251). Sum of RGB (Red+Green+Blue) = 58+14+251=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 251 (98.44% from 255 or 77.71% from 323); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A0EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0EFB is #C5F104. Grayscale: #353535. Windows color (decimal): -12972293 or 16453178. OLE color: 16453178.

HSL color Cylindrical-coordinate representation of color #3A0EFB: hue angle of 251.14º degrees, saturation: 0.97, 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 #3A0EFB is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 14 251 -
CMYK 0.77 0.94 0 0.02
HSL 251.14º 0.97% 0.52% -
HSV(B) 251.14º 0.94% 0.98% -
XYZ 19.31 8.18 91.83 -
YUV 54.17 239.08 130.73 -
System Red Green Blue C M Y K H S L
Decimal 58 14 251 0.77 0.94 0 0.02 251.14 0.97 0.52
Hex 3A E FB 4D 5E 0 2 FB 61 34
Octal 72 16 373 115 136 0 2 373 141 64
Binary 111010 1110 11111011 1001101 1011110 0 10 11111011 1100001 110100

Color Harmonies of #3A0EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0EFB

Black with #3A0EFB

Text Example


Text Example

White with #3A0EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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