Html Css Color HEX #450057 Blackcurrant

📋 copy color: '#450057'

red 69 ◦ green 0 ◦ blue 87

#450057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #450057

Tints of Blackcurrant #450057

RGB

 RED value IS 69 (27.34% from 255) = 44.23%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 55.77%

R = 44.23%
G = 0%
B = 55.77%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#450057 (or 0x450057) is known color: Blackcurrant. HEX triplet: 45, 00 and 57. RGB value is (69,0,87). Sum of RGB (Red+Green+Blue) = 69+0+87=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #450057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450057 is #BAFFA8. Grayscale: #1E1E1E. Windows color (decimal): -12255145 or 5701701. OLE color: 5701701.

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

Color convert

RGB 69 0 87 -
CMYK 0.21 1 0 0.66
HSL 287.59º 1% 0.17% -
HSV(B) 287.59º 1% 0.34% -
XYZ 4.17 1.95 9.17 -
YUV 30.55 159.86 155.43 -
System Red Green Blue C M Y K H S L
Decimal 69 0 87 0.21 1 0 0.66 287.59 1 0.17
Hex 45 0 57 15 64 0 42 120 64 11
Octal 105 0 127 25 144 0 102 440 144 21
Binary 1000101 0 1010111 10101 1100100 0 1000010 100100000 1100100 10001

Color Harmonies of #450057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450057

Black with #450057

Text Example


Text Example

White with #450057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450057; }

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

 H1.HeaderClassName
 {
   color: #450057;
 }
 .AnyTagClassName
 {
   color: #450057;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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