Html Css Color HEX #3B15DB Han Purple

📋 copy color: '#3B15DB'

red 59 ◦ green 21 ◦ blue 219

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

Shades of Han Purple #3B15DB

Tints of Han Purple #3B15DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.02%

 BLUE value IS 219 (85.94% from 255) = 73.24%

R = 19.73%
G = 7.02%
B = 73.24%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B15DB (or 0x3B15DB) is known color: Han Purple. HEX triplet: 3B, 15 and DB. RGB value is (59,21,219). Sum of RGB (Red+Green+Blue) = 59+21+219=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B15DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B15DB is #C4EA24. Grayscale: #363636. Windows color (decimal): -12904997 or 14357819. OLE color: 14357819.

HSL color Cylindrical-coordinate representation of color #3B15DB: hue angle of 251.52º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B15DB is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 21 219 -
CMYK 0.73 0.90 0 0.14
HSL 251.52º 0.83% 0.47% -
HSV(B) 251.52º 0.9% 0.86% -
XYZ 14.86 6.58 67.5 -
YUV 54.93 220.59 130.9 -
System Red Green Blue C M Y K H S L
Decimal 59 21 219 0.73 0.90 0 0.14 251.52 0.83 0.47
Hex 3B 15 DB 49 5A 0 E FC 52 2F
Octal 73 25 333 111 132 0 16 374 122 57
Binary 111011 10101 11011011 1001001 1011010 0 1110 11111100 1010010 101111

Color Harmonies of #3B15DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B15DB

Black with #3B15DB

Text Example


Text Example

White with #3B15DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,21,219); }

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

background-color css

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

 a { background-color: rgb(59,21,219); }

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

border-color css

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

 span { border-color: rgb(59,21,219); }

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