Html Css Color HEX #3B0FF0 Han Purple

📋 copy color: '#3B0FF0'

red 59 ◦ green 15 ◦ blue 240

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

Shades of Han Purple #3B0FF0

Tints of Han Purple #3B0FF0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.78%

 BLUE value IS 240 (94.14% from 255) = 76.43%

R = 18.79%
G = 4.78%
B = 76.43%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3B0FF0 (or 0x3B0FF0) is known color: Han Purple. HEX triplet: 3B, 0F and F0. RGB value is (59,15,240). Sum of RGB (Red+Green+Blue) = 59+15+240=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 240 (94.14% from 255 or 76.43% from 314); Max value from RGB is 240 - color contains mainly: blue. Hex color #3B0FF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B0FF0 is #C4F00F. Grayscale: #343434. Windows color (decimal): -12906512 or 15732539. OLE color: 15732539.

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

Color convert

RGB 59 15 240 -
CMYK 0.75 0.94 0 0.06
HSL 251.73º 0.88% 0.5% -
HSV(B) 251.73º 0.94% 0.94% -
XYZ 17.7 7.56 82.96 -
YUV 53.81 233.08 131.7 -
System Red Green Blue C M Y K H S L
Decimal 59 15 240 0.75 0.94 0 0.06 251.73 0.88 0.5
Hex 3B F F0 4B 5E 0 6 FC 58 32
Octal 73 17 360 113 136 0 6 374 130 62
Binary 111011 1111 11110000 1001011 1011110 0 110 11111100 1011000 110010

Color Harmonies of #3B0FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0FF0

Black with #3B0FF0

Text Example


Text Example

White with #3B0FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,15,240); }

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

background-color css

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

 a { background-color: rgb(59,15,240); }

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

border-color css

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

 span { border-color: rgb(59,15,240); }

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