#3A04CB

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

Shades of Han Purple #3A04CB

Tints of Han Purple #3A04CB

Color information

#3A04CB (or 0x3A04CB) is unknown color: approx Han Purple. HEX triplet: 3A, 04 and CB. RGB value is (58,4,203). Sum of RGB (Red+Green+Blue) = 58+4+203=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 4 (1.95% from 255 or 1.51% 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 #3A04CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A04CB is #C5FB34. Grayscale: #2A2A2A. Windows color (decimal): -12974901 or 13304890. OLE color: 13304890.

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

Color convert

RGB584203-
CMYK0.710.9800.20
HSL256.28º96.14%40.59%-
HSV(B)256.28º98.03%79.61%-
XYZ12.575.356.86-
YUV42.83218.39138.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.89%
GREEN value IS 4 (1.95% from 255) = 1.51%
BLUE value IS 203 (79.69% from 255) = 76.60%
R=21.89%
G=1.51%
B=76.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal5842030.710.9800.20256.2896.1440.59
Hex3A4CB47620141006029
Octal72431310714202440014051
Binary11101010011001011100011111000100101001000000001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A04CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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