Html Css Color HEX #3C1DEC Han Purple

📋 copy color: '#3C1DEC'

red 60 ◦ green 29 ◦ blue 236

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

Shades of Han Purple #3C1DEC

Tints of Han Purple #3C1DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.92%

 BLUE value IS 236 (92.58% from 255) = 72.62%

R = 18.46%
G = 8.92%
B = 72.62%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3C1DEC (or 0x3C1DEC) is known color: Han Purple. HEX triplet: 3C, 1D and EC. RGB value is (60,29,236). Sum of RGB (Red+Green+Blue) = 60+29+236=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 236 (92.58% from 255 or 72.62% from 325); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C1DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1DEC is #C3E213. Grayscale: #3D3D3D. Windows color (decimal): -12837396 or 15473980. OLE color: 15473980.

HSL color Cylindrical-coordinate representation of color #3C1DEC: hue angle of 248.99º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C1DEC is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 29 236 -
CMYK 0.75 0.88 0 0.07
HSL 248.99º 0.84% 0.52% -
HSV(B) 248.99º 0.88% 0.93% -
XYZ 17.44 7.9 79.96 -
YUV 61.87 226.27 126.67 -
System Red Green Blue C M Y K H S L
Decimal 60 29 236 0.75 0.88 0 0.07 248.99 0.84 0.52
Hex 3C 1D EC 4B 58 0 7 F9 54 34
Octal 74 35 354 113 130 0 7 371 124 64
Binary 111100 11101 11101100 1001011 1011000 0 111 11111001 1010100 110100

Color Harmonies of #3C1DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1DEC

Black with #3C1DEC

Text Example


Text Example

White with #3C1DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,29,236); }

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

background-color css

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

 a { background-color: rgb(60,29,236); }

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

border-color css

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

 span { border-color: rgb(60,29,236); }

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