Html Css Color HEX #3C1CFC Han Purple

📋 copy color: '#3C1CFC'

red 60 ◦ green 28 ◦ blue 252

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

Shades of Han Purple #3C1CFC

Tints of Han Purple #3C1CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.24%

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

R = 17.65%
G = 8.24%
B = 74.12%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3C1CFC (or 0x3C1CFC) is known color: Han Purple. HEX triplet: 3C, 1C and FC. RGB value is (60,28,252). Sum of RGB (Red+Green+Blue) = 60+28+252=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 252 (98.83% from 255 or 74.12% from 340); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C1CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1CFC is #C3E303. Grayscale: #3E3E3E. Windows color (decimal): -12837636 or 16522300. OLE color: 16522300.

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

Color convert

RGB 60 28 252 -
CMYK 0.76 0.89 0 0.01
HSL 248.57º 0.97% 0.55% -
HSV(B) 248.57º 0.89% 0.99% -
XYZ 19.85 8.82 92.75 -
YUV 63.1 234.6 125.79 -
System Red Green Blue C M Y K H S L
Decimal 60 28 252 0.76 0.89 0 0.01 248.57 0.97 0.55
Hex 3C 1C FC 4C 59 0 1 F9 61 37
Octal 74 34 374 114 131 0 1 371 141 67
Binary 111100 11100 11111100 1001100 1011001 0 1 11111001 1100001 110111

Color Harmonies of #3C1CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1CFC

Black with #3C1CFC

Text Example


Text Example

White with #3C1CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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