#3A03CB

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

Shades of Han Purple #3A03CB

Tints of Han Purple #3A03CB

Color information

#3A03CB (or 0x3A03CB) is unknown color: approx Han Purple. HEX triplet: 3A, 03 and CB. RGB value is (58,3,203). Sum of RGB (Red+Green+Blue) = 58+3+203=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A03CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A03CB is #C5FC34. Grayscale: #292929. Windows color (decimal): -12975157 or 13304634. OLE color: 13304634.

HSL color Cylindrical-coordinate representation of color #3A03CB: hue angle of 256.5º degrees, saturation: 0.97, 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 #3A03CB is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB583203-
CMYK0.710.9900.20
HSL256.5º97.09%40.39%-
HSV(B)256.5º98.52%79.61%-
XYZ12.565.2856.86-
YUV42.24218.72139.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.97%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 203 (79.69% from 255) = 76.89%
R=21.97%
G=1.14%
B=76.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal5832030.710.9900.20256.597.0940.39
Hex3A3CB47630141006128
Octal72331310714302440014150
Binary1110101111001011100011111000110101001000000001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A03CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,3,203); }

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

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

 a { background-color: rgb(58,3,203); }

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

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

 span { border-color: rgb(58,3,203); }

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