#3C00CF

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

Shades of Han Purple #3C00CF

Tints of Han Purple #3C00CF

Color information

#3C00CF (or 0x3C00CF) is unknown color: approx Han Purple. HEX triplet: 3C, 00 and CF. RGB value is (60,0,207). Sum of RGB (Red+Green+Blue) = 60+0+207=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 207 (81.25% from 255 or 77.53% from 267); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C00CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C00CF is #C3FF30. Grayscale: #282828. Windows color (decimal): -12844849 or 13566012. OLE color: 13566012.

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

Color convert

RGB600207-
CMYK0.71100.19
HSL257.39º100%40.59%-
HSV(B)257.39º100%81.18%-
XYZ13.135.4759.39-
YUV41.54221.38141.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 207 (81.25% from 255) = 77.53%
R=22.47%
G=0%
B=77.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal6002070.71100.19257.3910040.59
Hex3C0CF47640131016429
Octal74031710714402340114451
Binary111100011001111100011111001000100111000000011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C00CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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