Html Css Color HEX #3C2CEF Han Purple

📋 copy color: '#3C2CEF'

red 60 ◦ green 44 ◦ blue 239

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

Shades of Han Purple #3C2CEF

Tints of Han Purple #3C2CEF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.83%

 BLUE value IS 239 (93.75% from 255) = 69.68%

R = 17.49%
G = 12.83%
B = 69.68%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3C2CEF (or 0x3C2CEF) is known color: Han Purple. HEX triplet: 3C, 2C and EF. RGB value is (60,44,239). Sum of RGB (Red+Green+Blue) = 60+44+239=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C2CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C2CEF is #C3D310. Grayscale: #464646. Windows color (decimal): -12833553 or 15674428. OLE color: 15674428.

HSL color Cylindrical-coordinate representation of color #3C2CEF: hue angle of 244.92º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C2CEF is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 44 239 -
CMYK 0.75 0.82 0 0.06
HSL 244.92º 0.86% 0.55% -
HSV(B) 244.92º 0.82% 0.94% -
XYZ 18.34 8.99 82.43 -
YUV 71.01 222.8 120.14 -
System Red Green Blue C M Y K H S L
Decimal 60 44 239 0.75 0.82 0 0.06 244.92 0.86 0.55
Hex 3C 2C EF 4B 52 0 6 F5 56 37
Octal 74 54 357 113 122 0 6 365 126 67
Binary 111100 101100 11101111 1001011 1010010 0 110 11110101 1010110 110111

Color Harmonies of #3C2CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2CEF

Black with #3C2CEF

Text Example


Text Example

White with #3C2CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,44,239); }

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

background-color css

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

 a { background-color: rgb(60,44,239); }

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

border-color css

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

 span { border-color: rgb(60,44,239); }

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