Html Css Color HEX #3C1CF8 Han Purple

📋 copy color: '#3C1CF8'

red 60 ◦ green 28 ◦ blue 248

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

Shades of Han Purple #3C1CF8

Tints of Han Purple #3C1CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 73.81%

R = 17.86%
G = 8.33%
B = 73.81%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3C1CF8 (or 0x3C1CF8) is known color: Han Purple. HEX triplet: 3C, 1C and F8. RGB value is (60,28,248). Sum of RGB (Red+Green+Blue) = 60+28+248=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 248 (97.27% from 255 or 73.81% from 336); Max value from RGB is 248 - color contains mainly: blue. Hex color #3C1CF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1CF8 is #C3E307. Grayscale: #3D3D3D. Windows color (decimal): -12837640 or 16260156. OLE color: 16260156.

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

Color convert

RGB 60 28 248 -
CMYK 0.76 0.89 0 0.03
HSL 248.73º 0.94% 0.54% -
HSV(B) 248.73º 0.89% 0.97% -
XYZ 19.22 8.57 89.45 -
YUV 62.65 232.6 126.11 -
System Red Green Blue C M Y K H S L
Decimal 60 28 248 0.76 0.89 0 0.03 248.73 0.94 0.54
Hex 3C 1C F8 4C 59 0 3 F9 5E 36
Octal 74 34 370 114 131 0 3 371 136 66
Binary 111100 11100 11111000 1001100 1011001 0 11 11111001 1011110 110110

Color Harmonies of #3C1CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1CF8

Black with #3C1CF8

Text Example


Text Example

White with #3C1CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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