Html Css Color HEX #3C10FC Han Purple

📋 copy color: '#3C10FC'

red 60 ◦ green 16 ◦ blue 252

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

Shades of Han Purple #3C10FC

Tints of Han Purple #3C10FC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.88%

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

R = 18.29%
G = 4.88%
B = 76.83%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3C10FC (or 0x3C10FC) is known color: Han Purple. HEX triplet: 3C, 10 and FC. RGB value is (60,16,252). Sum of RGB (Red+Green+Blue) = 60+16+252=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 252 (98.83% from 255 or 76.83% from 328); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C10FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C10FC is #C3EF03. Grayscale: #373737. Windows color (decimal): -12840708 or 16519228. OLE color: 16519228.

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

Color convert

RGB 60 16 252 -
CMYK 0.76 0.94 0 0.01
HSL 251.19º 0.98% 0.53% -
HSV(B) 251.19º 0.94% 0.99% -
XYZ 19.62 8.36 92.67 -
YUV 56.06 238.58 130.81 -
System Red Green Blue C M Y K H S L
Decimal 60 16 252 0.76 0.94 0 0.01 251.19 0.98 0.53
Hex 3C 10 FC 4C 5E 0 1 FB 62 35
Octal 74 20 374 114 136 0 1 373 142 65
Binary 111100 10000 11111100 1001100 1011110 0 1 11111011 1100010 110101

Color Harmonies of #3C10FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C10FC

Black with #3C10FC

Text Example


Text Example

White with #3C10FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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