Html Css Color HEX #3C18DF Han Purple

📋 copy color: '#3C18DF'

red 60 ◦ green 24 ◦ blue 223

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

Shades of Han Purple #3C18DF

Tints of Han Purple #3C18DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.64%

R = 19.54%
G = 7.82%
B = 72.64%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C18DF (or 0x3C18DF) is known color: Han Purple. HEX triplet: 3C, 18 and DF. RGB value is (60,24,223). Sum of RGB (Red+Green+Blue) = 60+24+223=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C18DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C18DF is #C3E720. Grayscale: #383838. Windows color (decimal): -12838689 or 14620732. OLE color: 14620732.

HSL color Cylindrical-coordinate representation of color #3C18DF: hue angle of 250.85º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C18DF is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 24 223 -
CMYK 0.73 0.89 0 0.13
HSL 250.85º 0.81% 0.48% -
HSV(B) 250.85º 0.89% 0.87% -
XYZ 15.51 6.94 70.33 -
YUV 57.45 221.43 129.82 -
System Red Green Blue C M Y K H S L
Decimal 60 24 223 0.73 0.89 0 0.13 250.85 0.81 0.48
Hex 3C 18 DF 49 59 0 D FB 51 30
Octal 74 30 337 111 131 0 15 373 121 60
Binary 111100 11000 11011111 1001001 1011001 0 1101 11111011 1010001 110000

Color Harmonies of #3C18DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C18DF

Black with #3C18DF

Text Example


Text Example

White with #3C18DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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