Html Css Color HEX #450254 Blackcurrant

📋 copy color: '#450254'

red 69 ◦ green 2 ◦ blue 84

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

Shades of Blackcurrant #450254

Tints of Blackcurrant #450254

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

 BLUE value IS 84 (33.2% from 255) = 54.19%

R = 44.52%
G = 1.29%
B = 54.19%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#450254 (or 0x450254) is known color: Blackcurrant. HEX triplet: 45, 02 and 54. RGB value is (69,2,84). Sum of RGB (Red+Green+Blue) = 69+2+84=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #450254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450254 is #BAFDAB. Grayscale: #1F1F1F. Windows color (decimal): -12254636 or 5505605. OLE color: 5505605.

HSL color Cylindrical-coordinate representation of color #450254: hue angle of 289.02º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #450254 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 2 84 -
CMYK 0.18 0.98 0 0.67
HSL 289.02º 0.95% 0.17% -
HSV(B) 289.02º 0.98% 0.33% -
XYZ 4.08 1.95 8.55 -
YUV 31.38 157.7 154.83 -
System Red Green Blue C M Y K H S L
Decimal 69 2 84 0.18 0.98 0 0.67 289.02 0.95 0.17
Hex 45 2 54 12 62 0 43 121 5F 11
Octal 105 2 124 22 142 0 103 441 137 21
Binary 1000101 10 1010100 10010 1100010 0 1000011 100100001 1011111 10001

Color Harmonies of #450254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450254

Black with #450254

Text Example


Text Example

White with #450254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450254; }

 p { color: rgb(69,2,84); }

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

background-color css

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

 a { background-color: rgb(69,2,84); }

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

border-color css

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

 span { border-color: rgb(69,2,84); }

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