Html Css Color HEX #3F10EB Han Purple

📋 copy color: '#3F10EB'

red 63 ◦ green 16 ◦ blue 235

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

Shades of Han Purple #3F10EB

Tints of Han Purple #3F10EB

RGB

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

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

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

R = 20.06%
G = 5.1%
B = 74.84%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3F10EB (or 0x3F10EB) is known color: Han Purple. HEX triplet: 3F, 10 and EB. RGB value is (63,16,235). Sum of RGB (Red+Green+Blue) = 63+16+235=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #3F10EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F10EB is #C0EF14. Grayscale: #363636. Windows color (decimal): -12644117 or 15405119. OLE color: 15405119.

HSL color Cylindrical-coordinate representation of color #3F10EB: hue angle of 252.88º 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 #3F10EB is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 16 235 -
CMYK 0.73 0.93 0 0.08
HSL 252.88º 0.87% 0.49% -
HSV(B) 252.88º 0.93% 0.92% -
XYZ 17.23 7.43 79.12 -
YUV 55.02 229.57 133.69 -
System Red Green Blue C M Y K H S L
Decimal 63 16 235 0.73 0.93 0 0.08 252.88 0.87 0.49
Hex 3F 10 EB 49 5D 0 8 FD 57 31
Octal 77 20 353 111 135 0 10 375 127 61
Binary 111111 10000 11101011 1001001 1011101 0 1000 11111101 1010111 110001

Color Harmonies of #3F10EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F10EB

Black with #3F10EB

Text Example


Text Example

White with #3F10EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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