Html Css Color HEX #3B0FEB Han Purple

📋 copy color: '#3B0FEB'

red 59 ◦ green 15 ◦ blue 235

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

Shades of Han Purple #3B0FEB

Tints of Han Purple #3B0FEB

RGB

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

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

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

R = 19.09%
G = 4.85%
B = 76.05%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3B0FEB (or 0x3B0FEB) is known color: Han Purple. HEX triplet: 3B, 0F and EB. RGB value is (59,15,235). Sum of RGB (Red+Green+Blue) = 59+15+235=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 235 (92.19% from 255 or 76.05% from 309); Max value from RGB is 235 - color contains mainly: blue. Hex color #3B0FEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B0FEB is #C4F014. Grayscale: #343434. Windows color (decimal): -12906517 or 15404859. OLE color: 15404859.

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

Color convert

RGB 59 15 235 -
CMYK 0.75 0.94 0 0.08
HSL 252º 0.88% 0.49% -
HSV(B) 252º 0.94% 0.92% -
XYZ 16.97 7.27 79.11 -
YUV 53.24 230.58 132.11 -
System Red Green Blue C M Y K H S L
Decimal 59 15 235 0.75 0.94 0 0.08 252 0.88 0.49
Hex 3B F EB 4B 5E 0 8 FC 58 31
Octal 73 17 353 113 136 0 10 374 130 61
Binary 111011 1111 11101011 1001011 1011110 0 1000 11111100 1011000 110001

Color Harmonies of #3B0FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0FEB

Black with #3B0FEB

Text Example


Text Example

White with #3B0FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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