Html Css Color HEX #3E05FC Han Purple

📋 copy color: '#3E05FC'

red 62 ◦ green 5 ◦ blue 252

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

Shades of Han Purple #3E05FC

Tints of Han Purple #3E05FC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.57%

 BLUE value IS 252 (98.83% from 255) = 79%

R = 19.44%
G = 1.57%
B = 79%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3E05FC (or 0x3E05FC) is known color: Han Purple. HEX triplet: 3E, 05 and FC. RGB value is (62,5,252). Sum of RGB (Red+Green+Blue) = 62+5+252=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 252 (98.83% from 255 or 79.00% from 319); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E05FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E05FC is #C1FA03. Grayscale: #313131. Windows color (decimal): -12712452 or 16516414. OLE color: 16516414.

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

Color convert

RGB 62 5 252 -
CMYK 0.75 0.98 0 0.01
HSL 253.85º 0.98% 0.5% -
HSV(B) 253.85º 0.98% 0.99% -
XYZ 19.61 8.16 92.64 -
YUV 50.2 241.88 136.42 -
System Red Green Blue C M Y K H S L
Decimal 62 5 252 0.75 0.98 0 0.01 253.85 0.98 0.5
Hex 3E 5 FC 4B 62 0 1 FE 62 32
Octal 76 5 374 113 142 0 1 376 142 62
Binary 111110 101 11111100 1001011 1100010 0 1 11111110 1100010 110010

Color Harmonies of #3E05FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E05FC

Black with #3E05FC

Text Example


Text Example

White with #3E05FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,5,252); }

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

background-color css

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

 a { background-color: rgb(62,5,252); }

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

border-color css

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

 span { border-color: rgb(62,5,252); }

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