#3C23D6

Color #3C23D6 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #3C23D6

Tints of Han Purple #3C23D6

Color information

#3C23D6 (or 0x3C23D6) is unknown color: approx Han Purple. HEX triplet: 3C, 23 and D6. RGB value is (60,35,214). Sum of RGB (Red+Green+Blue) = 60+35+214=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 214 (83.98% from 255 or 69.26% from 309); Max value from RGB is 214 - color contains mainly: blue. Hex color #3C23D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C23D6 is #C3DC29. Grayscale: #3E3E3E. Windows color (decimal): -12835882 or 14033724. OLE color: 14033724.

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

Color convert

RGB6035214-
CMYK0.720.8400.16
HSL248.38º71.89%48.82%-
HSV(B)248.38º83.64%83.92%-
XYZ14.67.0264.2-
YUV62.88213.28125.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.42%
GREEN value IS 35 (14.06% from 255) = 11.33%
BLUE value IS 214 (83.98% from 255) = 69.26%
R=19.42%
G=11.33%
B=69.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal60352140.720.8400.16248.3871.8948.82
Hex3C23D64854010f84831
Octal744332611012402037011061
Binary1111001000111101011010010001010100010000111110001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C23D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,35,214); }

 H1.HeaderClassName
 {
   color: #3C23D6;
 }
 .AnyTagClassName
 {
   color: #3C23D6;
 }
</style>
background-color css

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

 a { background-color: rgb(60,35,214); }

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

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

 span { border-color: rgb(60,35,214); }

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