Html Css Color HEX #3E11FD Han Purple

📋 copy color: '#3E11FD'

red 62 ◦ green 17 ◦ blue 253

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

Shades of Han Purple #3E11FD

Tints of Han Purple #3E11FD

RGB

 RED value IS 62 (24.61% from 255) = 18.67%

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

 BLUE value IS 253 (99.22% from 255) = 76.2%

R = 18.67%
G = 5.12%
B = 76.2%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3E11FD (or 0x3E11FD) is known color: Han Purple. HEX triplet: 3E, 11 and FD. RGB value is (62,17,253). Sum of RGB (Red+Green+Blue) = 62+17+253=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 253 (99.22% from 255 or 76.20% from 332); Max value from RGB is 253 - color contains mainly: blue. Hex color #3E11FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E11FD is #C1EE02. Grayscale: #383838. Windows color (decimal): -12709379 or 16585022. OLE color: 16585022.

HSL color Cylindrical-coordinate representation of color #3E11FD: hue angle of 251.44º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E11FD is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 17 253 -
CMYK 0.75 0.93 0 0.01
HSL 251.44º 0.98% 0.53% -
HSV(B) 251.44º 0.93% 0.99% -
XYZ 19.92 8.52 93.52 -
YUV 57.36 238.41 131.31 -
System Red Green Blue C M Y K H S L
Decimal 62 17 253 0.75 0.93 0 0.01 251.44 0.98 0.53
Hex 3E 11 FD 4B 5D 0 1 FB 62 35
Octal 76 21 375 113 135 0 1 373 142 65
Binary 111110 10001 11111101 1001011 1011101 0 1 11111011 1100010 110101

Color Harmonies of #3E11FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E11FD

Black with #3E11FD

Text Example


Text Example

White with #3E11FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,17,253); }

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

background-color css

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

 a { background-color: rgb(62,17,253); }

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

border-color css

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

 span { border-color: rgb(62,17,253); }

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