#450157

Color #450157 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #450157

Tints of Blackcurrant #450157

Color information

#450157 (or 0x450157) is unknown color: approx Blackcurrant. HEX triplet: 45, 01 and 57. RGB value is (69,1,87). Sum of RGB (Red+Green+Blue) = 69+1+87=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #450157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450157 is #BAFEA8. Grayscale: #1E1E1E. Windows color (decimal): -12254889 or 5701957. OLE color: 5701957.

HSL color Cylindrical-coordinate representation of color #450157: hue angle of 287.44º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450157 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB69187-
CMYK0.210.9900.66
HSL287.44º97.73%17.25%-
HSV(B)287.44º98.85%34.12%-
XYZ4.191.989.18-
YUV31.14159.53155.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 87 (34.38% from 255) = 55.41%
R=43.95%
G=0.64%
B=55.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal691870.210.9900.66287.4497.7317.25
Hex45157156304211f6211
Octal105112725143010243714221
Binary10001011101011110101110001101000010100011111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450157; }

 p { color: rgb(69,1,87); }

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

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

 a { background-color: rgb(69,1,87); }

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

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

 span { border-color: rgb(69,1,87); }

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