Html Css Color HEX #420453 Blackcurrant

📋 copy color: '#420453'

red 66 ◦ green 4 ◦ blue 83

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

Shades of Blackcurrant #420453

Tints of Blackcurrant #420453

RGB

 RED value IS 66 (26.17% from 255) = 43.14%

 GREEN value IS 4 (1.95% from 255) = 2.61%

 BLUE value IS 83 (32.81% from 255) = 54.25%

R = 43.14%
G = 2.61%
B = 54.25%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#420453 (or 0x420453) is known color: Blackcurrant. HEX triplet: 42, 04 and 53. RGB value is (66,4,83). Sum of RGB (Red+Green+Blue) = 66+4+83=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #420453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420453 is #BDFBAC. Grayscale: #1F1F1F. Windows color (decimal): -12450733 or 5440578. OLE color: 5440578.

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

Color convert

RGB 66 4 83 -
CMYK 0.20 0.95 0 0.67
HSL 287.09º 0.91% 0.17% -
HSV(B) 287.09º 0.95% 0.33% -
XYZ 3.85 1.87 8.34 -
YUV 31.54 157.04 152.58 -
System Red Green Blue C M Y K H S L
Decimal 66 4 83 0.20 0.95 0 0.67 287.09 0.91 0.17
Hex 42 4 53 14 5F 0 43 11F 5B 11
Octal 102 4 123 24 137 0 103 437 133 21
Binary 1000010 100 1010011 10100 1011111 0 1000011 100011111 1011011 10001

Color Harmonies of #420453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420453

Black with #420453

Text Example


Text Example

White with #420453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420453; }

 p { color: rgb(66,4,83); }

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

background-color css

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

 a { background-color: rgb(66,4,83); }

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

border-color css

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

 span { border-color: rgb(66,4,83); }

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