Html Css Color HEX #3B0EFD Han Purple

📋 copy color: '#3B0EFD'

red 59 ◦ green 14 ◦ blue 253

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

Shades of Han Purple #3B0EFD

Tints of Han Purple #3B0EFD

RGB

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

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

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

R = 18.1%
G = 4.29%
B = 77.61%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3B0EFD (or 0x3B0EFD) is known color: Han Purple. HEX triplet: 3B, 0E and FD. RGB value is (59,14,253). Sum of RGB (Red+Green+Blue) = 59+14+253=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 253 (99.22% from 255 or 77.61% from 326); Max value from RGB is 253 - color contains mainly: blue. Hex color #3B0EFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B0EFD is #C4F102. Grayscale: #353535. Windows color (decimal): -12906755 or 16584251. OLE color: 16584251.

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

Color convert

RGB 59 14 253 -
CMYK 0.77 0.94 0 0.01
HSL 251.3º 0.98% 0.52% -
HSV(B) 251.3º 0.94% 0.99% -
XYZ 19.69 8.34 93.5 -
YUV 54.7 239.91 131.07 -
System Red Green Blue C M Y K H S L
Decimal 59 14 253 0.77 0.94 0 0.01 251.3 0.98 0.52
Hex 3B E FD 4D 5E 0 1 FB 62 34
Octal 73 16 375 115 136 0 1 373 142 64
Binary 111011 1110 11111101 1001101 1011110 0 1 11111011 1100010 110100

Color Harmonies of #3B0EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0EFD

Black with #3B0EFD

Text Example


Text Example

White with #3B0EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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