Html Css Color HEX #3C29EC Han Purple

📋 copy color: '#3C29EC'

red 60 ◦ green 41 ◦ blue 236

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

Shades of Han Purple #3C29EC

Tints of Han Purple #3C29EC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.17%

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

R = 17.8%
G = 12.17%
B = 70.03%

CMYK

 C value IS 0.75

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3C29EC (or 0x3C29EC) is known color: Han Purple. HEX triplet: 3C, 29 and EC. RGB value is (60,41,236). Sum of RGB (Red+Green+Blue) = 60+41+236=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C29EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C29EC is #C3D613. Grayscale: #444444. Windows color (decimal): -12834324 or 15477052. OLE color: 15477052.

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

Color convert

RGB 60 41 236 -
CMYK 0.75 0.83 0 0.07
HSL 245.85º 0.84% 0.54% -
HSV(B) 245.85º 0.83% 0.93% -
XYZ 17.8 8.6 80.08 -
YUV 68.91 222.29 121.64 -
System Red Green Blue C M Y K H S L
Decimal 60 41 236 0.75 0.83 0 0.07 245.85 0.84 0.54
Hex 3C 29 EC 4B 53 0 7 F6 54 36
Octal 74 51 354 113 123 0 7 366 124 66
Binary 111100 101001 11101100 1001011 1010011 0 111 11110110 1010100 110110

Color Harmonies of #3C29EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C29EC

Black with #3C29EC

Text Example


Text Example

White with #3C29EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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