Html Css Color HEX #3C2FDC Han Purple

📋 copy color: '#3C2FDC'

red 60 ◦ green 47 ◦ blue 220

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

Shades of Han Purple #3C2FDC

Tints of Han Purple #3C2FDC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.37%

 BLUE value IS 220 (86.33% from 255) = 67.28%

R = 18.35%
G = 14.37%
B = 67.28%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C2FDC (or 0x3C2FDC) is known color: Han Purple. HEX triplet: 3C, 2F and DC. RGB value is (60,47,220). Sum of RGB (Red+Green+Blue) = 60+47+220=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C2FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2FDC is #C3D023. Grayscale: #454545. Windows color (decimal): -12832804 or 14430012. OLE color: 14430012.

HSL color Cylindrical-coordinate representation of color #3C2FDC: hue angle of 244.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C2FDC is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 47 220 -
CMYK 0.73 0.79 0 0.14
HSL 244.51º 0.71% 0.52% -
HSV(B) 244.51º 0.79% 0.86% -
XYZ 15.8 8.16 68.45 -
YUV 70.61 212.31 120.43 -
System Red Green Blue C M Y K H S L
Decimal 60 47 220 0.73 0.79 0 0.14 244.51 0.71 0.52
Hex 3C 2F DC 49 4F 0 E F5 47 34
Octal 74 57 334 111 117 0 16 365 107 64
Binary 111100 101111 11011100 1001001 1001111 0 1110 11110101 1000111 110100

Color Harmonies of #3C2FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2FDC

Black with #3C2FDC

Text Example


Text Example

White with #3C2FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,47,220); }

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

background-color css

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

 a { background-color: rgb(60,47,220); }

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

border-color css

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

 span { border-color: rgb(60,47,220); }

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