Html Css Color HEX #3B15DC Han Purple

📋 copy color: '#3B15DC'

red 59 ◦ green 21 ◦ blue 220

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

Shades of Han Purple #3B15DC

Tints of Han Purple #3B15DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 73.33%

R = 19.67%
G = 7%
B = 73.33%

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

#3B15DC (or 0x3B15DC) is known color: Han Purple. HEX triplet: 3B, 15 and DC. RGB value is (59,21,220). Sum of RGB (Red+Green+Blue) = 59+21+220=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B15DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B15DC is #C4EA23. Grayscale: #363636. Windows color (decimal): -12904996 or 14423355. OLE color: 14423355.

HSL color Cylindrical-coordinate representation of color #3B15DC: hue angle of 251.46º degrees, saturation: 0.83, 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 #3B15DC is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 21 220 -
CMYK 0.73 0.90 0 0.14
HSL 251.46º 0.83% 0.47% -
HSV(B) 251.46º 0.9% 0.86% -
XYZ 14.99 6.63 68.2 -
YUV 55.05 221.09 130.82 -
System Red Green Blue C M Y K H S L
Decimal 59 21 220 0.73 0.90 0 0.14 251.46 0.83 0.47
Hex 3B 15 DC 49 5A 0 E FB 53 2F
Octal 73 25 334 111 132 0 16 373 123 57
Binary 111011 10101 11011100 1001001 1011010 0 1110 11111011 1010011 101111

Color Harmonies of #3B15DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B15DC

Black with #3B15DC

Text Example


Text Example

White with #3B15DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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