Html Css Color HEX #3C18FD Han Purple

📋 copy color: '#3C18FD'

red 60 ◦ green 24 ◦ blue 253

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

Shades of Han Purple #3C18FD

Tints of Han Purple #3C18FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 75.07%

R = 17.8%
G = 7.12%
B = 75.07%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3C18FD (or 0x3C18FD) is known color: Han Purple. HEX triplet: 3C, 18 and FD. RGB value is (60,24,253). Sum of RGB (Red+Green+Blue) = 60+24+253=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #3C18FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C18FD is #C3E702. Grayscale: #3B3B3B. Windows color (decimal): -12838659 or 16586812. OLE color: 16586812.

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

Color convert

RGB 60 24 253 -
CMYK 0.76 0.91 0 0.01
HSL 249.43º 0.98% 0.54% -
HSV(B) 249.43º 0.91% 0.99% -
XYZ 19.92 8.71 93.56 -
YUV 60.87 236.43 127.38 -
System Red Green Blue C M Y K H S L
Decimal 60 24 253 0.76 0.91 0 0.01 249.43 0.98 0.54
Hex 3C 18 FD 4C 5B 0 1 F9 62 36
Octal 74 30 375 114 133 0 1 371 142 66
Binary 111100 11000 11111101 1001100 1011011 0 1 11111001 1100010 110110

Color Harmonies of #3C18FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C18FD

Black with #3C18FD

Text Example


Text Example

White with #3C18FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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