#3c1dcf

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

Shades of Han Purple #3C1DCF

Tints of Han Purple #3C1DCF

Color information

#3C1DCF (or 0x3C1DCF) is unknown color: approx Han Purple. HEX triplet: 3C, 1D and CF. RGB value is (60,29,207). Sum of RGB (Red+Green+Blue) = 60+29+207=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C1DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1DCF is #C3E230. Grayscale: #393939. Windows color (decimal): -12837425 or 13573436. OLE color: 13573436.

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

Color convert

RGB6029207-
CMYK0.710.8600.19
HSL250.45º75.42%46.27%-
HSV(B)250.45º85.99%81.18%-
XYZ13.576.3459.54-
YUV58.56211.77129.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.27%
GREEN value IS 29 (11.72% from 255) = 9.80%
BLUE value IS 207 (81.25% from 255) = 69.93%
R=20.27%
G=9.80%
B=69.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal60292070.710.8600.19250.4575.4246.27
Hex3C1DCF4756013fa4b2e
Octal743531710712602337211356
Binary111100111011100111110001111010110010011111110101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c1dcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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