Html Css Color HEX #3A18DB Han Purple

📋 copy color: '#3A18DB'

red 58 ◦ green 24 ◦ blue 219

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

Shades of Han Purple #3A18DB

Tints of Han Purple #3A18DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.97%

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

R = 19.27%
G = 7.97%
B = 72.76%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3A18DB (or 0x3A18DB) is known color: Han Purple. HEX triplet: 3A, 18 and DB. RGB value is (58,24,219). Sum of RGB (Red+Green+Blue) = 58+24+219=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A18DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A18DB is #C5E724. Grayscale: #373737. Windows color (decimal): -12969765 or 14358586. OLE color: 14358586.

HSL color Cylindrical-coordinate representation of color #3A18DB: hue angle of 250.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A18DB is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 24 219 -
CMYK 0.74 0.89 0 0.14
HSL 250.46º 0.8% 0.48% -
HSV(B) 250.46º 0.89% 0.86% -
XYZ 14.86 6.67 67.52 -
YUV 56.4 219.76 129.14 -
System Red Green Blue C M Y K H S L
Decimal 58 24 219 0.74 0.89 0 0.14 250.46 0.8 0.48
Hex 3A 18 DB 4A 59 0 E FA 50 30
Octal 72 30 333 112 131 0 16 372 120 60
Binary 111010 11000 11011011 1001010 1011001 0 1110 11111010 1010000 110000

Color Harmonies of #3A18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A18DB

Black with #3A18DB

Text Example


Text Example

White with #3A18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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