#3C02CB

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

Shades of Han Purple #3C02CB

Tints of Han Purple #3C02CB

Color information

#3C02CB (or 0x3C02CB) is unknown color: approx Han Purple. HEX triplet: 3C, 02 and CB. RGB value is (60,2,203). Sum of RGB (Red+Green+Blue) = 60+2+203=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C02CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C02CB is #C3FD34. Grayscale: #292929. Windows color (decimal): -12844341 or 13304380. OLE color: 13304380.

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

Color convert

RGB602203-
CMYK0.700.9900.20
HSL257.31º98.05%40.2%-
HSV(B)257.31º99.01%79.61%-
XYZ12.665.3256.86-
YUV42.26218.72140.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.64%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 203 (79.69% from 255) = 76.60%
R=22.64%
G=0.75%
B=76.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal6022030.700.9900.20257.3198.0540.2
Hex3C2CB46630141016228
Octal74231310614302440114250
Binary1111001011001011100011011000110101001000000011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C02CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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