Html Css Color HEX #3C29D7 Han Purple

📋 copy color: '#3C29D7'

red 60 ◦ green 41 ◦ blue 215

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

Shades of Han Purple #3C29D7

Tints of Han Purple #3C29D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 68.04%

R = 18.99%
G = 12.97%
B = 68.04%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3C29D7 (or 0x3C29D7) is known color: Han Purple. HEX triplet: 3C, 29 and D7. RGB value is (60,41,215). Sum of RGB (Red+Green+Blue) = 60+41+215=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 215 (84.38% from 255 or 68.04% from 316); Max value from RGB is 215 - color contains mainly: blue. Hex color #3C29D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C29D7 is #C3D628. Grayscale: #414141. Windows color (decimal): -12834345 or 14100796. OLE color: 14100796.

HSL color Cylindrical-coordinate representation of color #3C29D7: hue angle of 246.55º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C29D7 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 41 215 -
CMYK 0.72 0.81 0 0.16
HSL 246.55º 0.69% 0.5% -
HSV(B) 246.55º 0.81% 0.84% -
XYZ 14.92 7.45 64.94 -
YUV 66.52 211.79 123.35 -
System Red Green Blue C M Y K H S L
Decimal 60 41 215 0.72 0.81 0 0.16 246.55 0.69 0.5
Hex 3C 29 D7 48 51 0 10 F7 45 32
Octal 74 51 327 110 121 0 20 367 105 62
Binary 111100 101001 11010111 1001000 1010001 0 10000 11110111 1000101 110010

Color Harmonies of #3C29D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C29D7

Black with #3C29D7

Text Example


Text Example

White with #3C29D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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