#3c1dd7

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

Shades of Han Purple #3C1DD7

Tints of Han Purple #3C1DD7

Color information

#3C1DD7 (or 0x3C1DD7) is unknown color: approx Han Purple. HEX triplet: 3C, 1D and D7. RGB value is (60,29,215). Sum of RGB (Red+Green+Blue) = 60+29+215=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 215 (84.38% from 255 or 70.72% from 304); Max value from RGB is 215 - color contains mainly: blue. Hex color #3C1DD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1DD7 is #C3E228. Grayscale: #3A3A3A. Windows color (decimal): -12837417 or 14097724. OLE color: 14097724.

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

Color convert

RGB6029215-
CMYK0.720.8700.16
HSL250º76.23%47.84%-
HSV(B)250º86.51%84.31%-
XYZ14.576.7564.82-
YUV59.47215.77128.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.74%
GREEN value IS 29 (11.72% from 255) = 9.54%
BLUE value IS 215 (84.38% from 255) = 70.72%
R=19.74%
G=9.54%
B=70.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal60292150.720.8700.1625076.2347.84
Hex3C1DD74857010fa4c30
Octal743532711012702037211460
Binary111100111011101011110010001010111010000111110101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c1dd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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