#3C1ACF

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

Shades of Han Purple #3C1ACF

Tints of Han Purple #3C1ACF

Color information

#3C1ACF (or 0x3C1ACF) is unknown color: approx Han Purple. HEX triplet: 3C, 1A and CF. RGB value is (60,26,207). Sum of RGB (Red+Green+Blue) = 60+26+207=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C1ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1ACF is #C3E530. Grayscale: #383838. Windows color (decimal): -12838193 or 13572668. OLE color: 13572668.

HSL color Cylindrical-coordinate representation of color #3C1ACF: hue angle of 251.27º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C1ACF is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6026207-
CMYK0.710.8700.19
HSL251.27º77.68%45.69%-
HSV(B)251.27º87.44%81.18%-
XYZ13.56.259.52-
YUV56.8212.76130.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.48%
GREEN value IS 26 (10.55% from 255) = 8.87%
BLUE value IS 207 (81.25% from 255) = 70.65%
R=20.48%
G=8.87%
B=70.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal60262070.710.8700.19251.2777.6845.69
Hex3C1ACF4757013fb4e2e
Octal743231710712702337311656
Binary111100110101100111110001111010111010011111110111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,26,207); }

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

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

 a { background-color: rgb(60,26,207); }

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

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

 span { border-color: rgb(60,26,207); }

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