Html Css Color HEX #3F10EF Han Purple

📋 copy color: '#3F10EF'

red 63 ◦ green 16 ◦ blue 239

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

Shades of Han Purple #3F10EF

Tints of Han Purple #3F10EF

RGB

 RED value IS 63 (25% from 255) = 19.81%

 GREEN value IS 16 (6.64% from 255) = 5.03%

 BLUE value IS 239 (93.75% from 255) = 75.16%

R = 19.81%
G = 5.03%
B = 75.16%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3F10EF (or 0x3F10EF) is known color: Han Purple. HEX triplet: 3F, 10 and EF. RGB value is (63,16,239). Sum of RGB (Red+Green+Blue) = 63+16+239=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 239 (93.75% from 255 or 75.16% from 318); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F10EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F10EF is #C0EF10. Grayscale: #363636. Windows color (decimal): -12644113 or 15667263. OLE color: 15667263.

HSL color Cylindrical-coordinate representation of color #3F10EF: hue angle of 252.65º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F10EF is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 16 239 -
CMYK 0.74 0.93 0 0.06
HSL 252.65º 0.87% 0.5% -
HSV(B) 252.65º 0.93% 0.94% -
XYZ 17.82 7.66 82.2 -
YUV 55.48 231.57 133.37 -
System Red Green Blue C M Y K H S L
Decimal 63 16 239 0.74 0.93 0 0.06 252.65 0.87 0.5
Hex 3F 10 EF 4A 5D 0 6 FD 57 32
Octal 77 20 357 112 135 0 6 375 127 62
Binary 111111 10000 11101111 1001010 1011101 0 110 11111101 1010111 110010

Color Harmonies of #3F10EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F10EF

Black with #3F10EF

Text Example


Text Example

White with #3F10EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,16,239); }

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

background-color css

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

 a { background-color: rgb(63,16,239); }

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

border-color css

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

 span { border-color: rgb(63,16,239); }

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