#3C00CB

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

Shades of Han Purple #3C00CB

Tints of Han Purple #3C00CB

Color information

#3C00CB (or 0x3C00CB) is unknown color: approx Han Purple. HEX triplet: 3C, 00 and CB. RGB value is (60,0,203). Sum of RGB (Red+Green+Blue) = 60+0+203=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 203 (79.69% from 255 or 77.19% from 263); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C00CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C00CB is #C3FF34. Grayscale: #282828. Windows color (decimal): -12844853 or 13303868. OLE color: 13303868.

HSL color Cylindrical-coordinate representation of color #3C00CB: hue angle of 257.73º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C00CB is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB600203-
CMYK0.70100.20
HSL257.73º100%39.8%-
HSV(B)257.73º100%79.61%-
XYZ12.645.2756.85-
YUV41.08219.38141.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 203 (79.69% from 255) = 77.19%
R=22.81%
G=0%
B=77.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal6002030.70100.20257.7310039.8
Hex3C0CB46640141026428
Octal74031310614402440214450
Binary111100011001011100011011001000101001000000101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C00CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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