Html Css Color HEX #3A11EB Han Purple

📋 copy color: '#3A11EB'

red 58 ◦ green 17 ◦ blue 235

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

Shades of Han Purple #3A11EB

Tints of Han Purple #3A11EB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.48%

 BLUE value IS 235 (92.19% from 255) = 75.81%

R = 18.71%
G = 5.48%
B = 75.81%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3A11EB (or 0x3A11EB) is known color: Han Purple. HEX triplet: 3A, 11 and EB. RGB value is (58,17,235). Sum of RGB (Red+Green+Blue) = 58+17+235=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 235 (92.19% from 255 or 75.81% from 310); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A11EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A11EB is #C5EE14. Grayscale: #353535. Windows color (decimal): -12971541 or 15405370. OLE color: 15405370.

HSL color Cylindrical-coordinate representation of color #3A11EB: hue angle of 251.28º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A11EB is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 17 235 -
CMYK 0.75 0.93 0 0.08
HSL 251.28º 0.87% 0.49% -
HSV(B) 251.28º 0.93% 0.92% -
XYZ 16.94 7.3 79.11 -
YUV 54.11 230.08 130.77 -
System Red Green Blue C M Y K H S L
Decimal 58 17 235 0.75 0.93 0 0.08 251.28 0.87 0.49
Hex 3A 11 EB 4B 5D 0 8 FB 57 31
Octal 72 21 353 113 135 0 10 373 127 61
Binary 111010 10001 11101011 1001011 1011101 0 1000 11111011 1010111 110001

Color Harmonies of #3A11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A11EB

Black with #3A11EB

Text Example


Text Example

White with #3A11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,17,235); }

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

background-color css

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

 a { background-color: rgb(58,17,235); }

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

border-color css

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

 span { border-color: rgb(58,17,235); }

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