#4500CC

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

Shades of Han Purple #4500CC

Tints of Han Purple #4500CC

Color information

#4500CC (or 0x4500CC) is unknown color: approx Han Purple. HEX triplet: 45, 00 and CC. RGB value is (69,0,204). Sum of RGB (Red+Green+Blue) = 69+0+204=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #4500CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4500CC is #BAFF33. Grayscale: #2B2B2B. Windows color (decimal): -12255028 or 13369413. OLE color: 13369413.

HSL color Cylindrical-coordinate representation of color #4500CC: hue angle of 260.29º 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 #4500CC is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB690204-
CMYK0.66100.2
HSL260.29º100%40%-
HSV(B)260.29º100%80%-
XYZ13.355.6257.51-
YUV43.89218.36145.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 74.73%
R=25.27%
G=0%
B=74.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal6902040.66100.2260.2910040
Hex450CC42640141046428
Octal105031410214402440414450
Binary1000101011001100100001011001000101001000001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4500CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4500CC; }

 p { color: rgb(69,0,204); }

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

<style>
 a { background-color: #4500CC; }

 a { background-color: rgb(69,0,204); }

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

<style>
 span { border-color: #4500CC; }

 span { border-color: rgb(69,0,204); }

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