Html Css Color HEX #3C18FC Han Purple

📋 copy color: '#3C18FC'

red 60 ◦ green 24 ◦ blue 252

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

Shades of Han Purple #3C18FC

Tints of Han Purple #3C18FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 75%

R = 17.86%
G = 7.14%
B = 75%

CMYK

 C value IS 0.76

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3C18FC (or 0x3C18FC) is known color: Han Purple. HEX triplet: 3C, 18 and FC. RGB value is (60,24,252). Sum of RGB (Red+Green+Blue) = 60+24+252=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 252 (98.83% from 255 or 75% from 336); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C18FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C18FC is #C3E703. Grayscale: #3B3B3B. Windows color (decimal): -12838660 or 16521276. OLE color: 16521276.

HSL color Cylindrical-coordinate representation of color #3C18FC: hue angle of 249.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C18FC is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 24 252 -
CMYK 0.76 0.90 0 0.01
HSL 249.47º 0.97% 0.54% -
HSV(B) 249.47º 0.9% 0.99% -
XYZ 19.76 8.64 92.72 -
YUV 60.76 235.93 127.46 -
System Red Green Blue C M Y K H S L
Decimal 60 24 252 0.76 0.90 0 0.01 249.47 0.97 0.54
Hex 3C 18 FC 4C 5A 0 1 F9 61 36
Octal 74 30 374 114 132 0 1 371 141 66
Binary 111100 11000 11111100 1001100 1011010 0 1 11111001 1100001 110110

Color Harmonies of #3C18FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C18FC

Black with #3C18FC

Text Example


Text Example

White with #3C18FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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