Html Css Color HEX #3B0EF8 Han Purple

📋 copy color: '#3B0EF8'

red 59 ◦ green 14 ◦ blue 248

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

Shades of Han Purple #3B0EF8

Tints of Han Purple #3B0EF8

RGB

 RED value IS 59 (23.44% from 255) = 18.38%

 GREEN value IS 14 (5.86% from 255) = 4.36%

 BLUE value IS 248 (97.27% from 255) = 77.26%

R = 18.38%
G = 4.36%
B = 77.26%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3B0EF8 (or 0x3B0EF8) is known color: Han Purple. HEX triplet: 3B, 0E and F8. RGB value is (59,14,248). Sum of RGB (Red+Green+Blue) = 59+14+248=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 248 (97.27% from 255 or 77.26% from 321); Max value from RGB is 248 - color contains mainly: blue. Hex color #3B0EF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B0EF8 is #C4F107. Grayscale: #353535. Windows color (decimal): -12906760 or 16256571. OLE color: 16256571.

HSL color Cylindrical-coordinate representation of color #3B0EF8: hue angle of 251.54º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0EF8 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 59 14 248 -
CMYK 0.76 0.94 0 0.03
HSL 251.54º 0.94% 0.51% -
HSV(B) 251.54º 0.94% 0.97% -
XYZ 18.9 8.02 89.36 -
YUV 54.13 237.41 131.47 -
System Red Green Blue C M Y K H S L
Decimal 59 14 248 0.76 0.94 0 0.03 251.54 0.94 0.51
Hex 3B E F8 4C 5E 0 3 FC 5E 33
Octal 73 16 370 114 136 0 3 374 136 63
Binary 111011 1110 11111000 1001100 1011110 0 11 11111100 1011110 110011

Color Harmonies of #3B0EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0EF8

Black with #3B0EF8

Text Example


Text Example

White with #3B0EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,14,248); }

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

background-color css

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

 a { background-color: rgb(59,14,248); }

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

border-color css

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

 span { border-color: rgb(59,14,248); }

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