Html Css Color HEX #3A15DB Han Purple

📋 copy color: '#3A15DB'

red 58 ◦ green 21 ◦ blue 219

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

Shades of Han Purple #3A15DB

Tints of Han Purple #3A15DB

RGB

 RED value IS 58 (23.05% from 255) = 19.46%

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

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

R = 19.46%
G = 7.05%
B = 73.49%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3A15DB (or 0x3A15DB) is known color: Han Purple. HEX triplet: 3A, 15 and DB. RGB value is (58,21,219). Sum of RGB (Red+Green+Blue) = 58+21+219=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A15DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A15DB is #C5EA24. Grayscale: #353535. Windows color (decimal): -12970533 or 14357818. OLE color: 14357818.

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

Color convert

RGB 58 21 219 -
CMYK 0.74 0.90 0 0.14
HSL 251.21º 0.83% 0.47% -
HSV(B) 251.21º 0.9% 0.86% -
XYZ 14.8 6.55 67.5 -
YUV 54.64 220.76 130.4 -
System Red Green Blue C M Y K H S L
Decimal 58 21 219 0.74 0.90 0 0.14 251.21 0.83 0.47
Hex 3A 15 DB 4A 5A 0 E FB 52 2F
Octal 72 25 333 112 132 0 16 373 122 57
Binary 111010 10101 11011011 1001010 1011010 0 1110 11111011 1010010 101111

Color Harmonies of #3A15DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A15DB

Black with #3A15DB

Text Example


Text Example

White with #3A15DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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