Html Css Color HEX #3D18DB Han Purple

📋 copy color: '#3D18DB'

red 61 ◦ green 24 ◦ blue 219

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

Shades of Han Purple #3D18DB

Tints of Han Purple #3D18DB

RGB

 RED value IS 61 (24.22% from 255) = 20.07%

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

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

R = 20.07%
G = 7.89%
B = 72.04%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D18DB (or 0x3D18DB) is known color: Han Purple. HEX triplet: 3D, 18 and DB. RGB value is (61,24,219). Sum of RGB (Red+Green+Blue) = 61+24+219=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D18DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D18DB is #C2E724. Grayscale: #383838. Windows color (decimal): -12773157 or 14358589. OLE color: 14358589.

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

Color convert

RGB 61 24 219 -
CMYK 0.72 0.89 0 0.14
HSL 251.38º 0.8% 0.48% -
HSV(B) 251.38º 0.89% 0.86% -
XYZ 15.04 6.76 67.53 -
YUV 57.29 219.26 130.64 -
System Red Green Blue C M Y K H S L
Decimal 61 24 219 0.72 0.89 0 0.14 251.38 0.8 0.48
Hex 3D 18 DB 48 59 0 E FB 50 30
Octal 75 30 333 110 131 0 16 373 120 60
Binary 111101 11000 11011011 1001000 1011001 0 1110 11111011 1010000 110000

Color Harmonies of #3D18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D18DB

Black with #3D18DB

Text Example


Text Example

White with #3D18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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