Html Css Color HEX #3B0FFB Han Purple

📋 copy color: '#3B0FFB'

red 59 ◦ green 15 ◦ blue 251

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

Shades of Han Purple #3B0FFB

Tints of Han Purple #3B0FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 77.23%

R = 18.15%
G = 4.62%
B = 77.23%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3B0FFB (or 0x3B0FFB) is known color: Han Purple. HEX triplet: 3B, 0F and FB. RGB value is (59,15,251). Sum of RGB (Red+Green+Blue) = 59+15+251=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 251 (98.44% from 255 or 77.23% from 325); Max value from RGB is 251 - color contains mainly: blue. Hex color #3B0FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B0FFB is #C4F004. Grayscale: #363636. Windows color (decimal): -12906501 or 16453435. OLE color: 16453435.

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

Color convert

RGB 59 15 251 -
CMYK 0.76 0.94 0 0.02
HSL 251.19º 0.97% 0.52% -
HSV(B) 251.19º 0.94% 0.98% -
XYZ 19.39 8.24 91.83 -
YUV 55.06 238.58 130.81 -
System Red Green Blue C M Y K H S L
Decimal 59 15 251 0.76 0.94 0 0.02 251.19 0.97 0.52
Hex 3B F FB 4C 5E 0 2 FB 61 34
Octal 73 17 373 114 136 0 2 373 141 64
Binary 111011 1111 11111011 1001100 1011110 0 10 11111011 1100001 110100

Color Harmonies of #3B0FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0FFB

Black with #3B0FFB

Text Example


Text Example

White with #3B0FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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