#3C05CA

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

Shades of Han Purple #3C05CA

Tints of Han Purple #3C05CA

Color information

#3C05CA (or 0x3C05CA) is unknown color: approx Han Purple. HEX triplet: 3C, 05 and CA. RGB value is (60,5,202). Sum of RGB (Red+Green+Blue) = 60+5+202=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 202 (79.30% from 255 or 75.66% from 267); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C05CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C05CA is #C3FA35. Grayscale: #2B2B2B. Windows color (decimal): -12843574 or 13239612. OLE color: 13239612.

HSL color Cylindrical-coordinate representation of color #3C05CA: hue angle of 256.75º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C05CA is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB605202-
CMYK0.700.9800.21
HSL256.75º95.17%40.59%-
HSV(B)256.75º97.52%79.22%-
XYZ12.585.3356.24-
YUV43.9217.22139.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.47%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 202 (79.30% from 255) = 75.66%
R=22.47%
G=1.87%
B=75.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6052020.700.9800.21256.7595.1740.59
Hex3C5CA46620151015f29
Octal74531210614202540113751
Binary11110010111001010100011011000100101011000000011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C05CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,5,202); }

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

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

 a { background-color: rgb(60,5,202); }

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

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

 span { border-color: rgb(60,5,202); }

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