Html Css Color HEX #3C18DC Han Purple

📋 copy color: '#3C18DC'

red 60 ◦ green 24 ◦ blue 220

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

Shades of Han Purple #3C18DC

Tints of Han Purple #3C18DC

RGB

 RED value IS 60 (23.83% from 255) = 19.74%

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

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

R = 19.74%
G = 7.89%
B = 72.37%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C18DC (or 0x3C18DC) is known color: Han Purple. HEX triplet: 3C, 18 and DC. RGB value is (60,24,220). Sum of RGB (Red+Green+Blue) = 60+24+220=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C18DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C18DC is #C3E723. Grayscale: #383838. Windows color (decimal): -12838692 or 14424124. OLE color: 14424124.

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

Color convert

RGB 60 24 220 -
CMYK 0.73 0.89 0 0.14
HSL 251.02º 0.8% 0.48% -
HSV(B) 251.02º 0.89% 0.86% -
XYZ 15.11 6.78 68.22 -
YUV 57.11 219.93 130.06 -
System Red Green Blue C M Y K H S L
Decimal 60 24 220 0.73 0.89 0 0.14 251.02 0.8 0.48
Hex 3C 18 DC 49 59 0 E FB 50 30
Octal 74 30 334 111 131 0 16 373 120 60
Binary 111100 11000 11011100 1001001 1011001 0 1110 11111011 1010000 110000

Color Harmonies of #3C18DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C18DC

Black with #3C18DC

Text Example


Text Example

White with #3C18DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,24,220); }

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

background-color css

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

 a { background-color: rgb(60,24,220); }

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

border-color css

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

 span { border-color: rgb(60,24,220); }

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