Html Css Color HEX #420258 Blackcurrant

📋 copy color: '#420258'

red 66 ◦ green 2 ◦ blue 88

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

Shades of Blackcurrant #420258

Tints of Blackcurrant #420258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 56.41%

R = 42.31%
G = 1.28%
B = 56.41%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#420258 (or 0x420258) is known color: Blackcurrant. HEX triplet: 42, 02 and 58. RGB value is (66,2,88). Sum of RGB (Red+Green+Blue) = 66+2+88=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #420258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420258 is #BDFDA7. Grayscale: #1E1E1E. Windows color (decimal): -12451240 or 5767746. OLE color: 5767746.

HSL color Cylindrical-coordinate representation of color #420258: hue angle of 284.65º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420258 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 2 88 -
CMYK 0.25 0.98 0 0.65
HSL 284.65º 0.96% 0.18% -
HSV(B) 284.65º 0.98% 0.35% -
XYZ 4.03 1.91 9.39 -
YUV 30.94 160.2 153.01 -
System Red Green Blue C M Y K H S L
Decimal 66 2 88 0.25 0.98 0 0.65 284.65 0.96 0.18
Hex 42 2 58 19 62 0 41 11D 60 12
Octal 102 2 130 31 142 0 101 435 140 22
Binary 1000010 10 1011000 11001 1100010 0 1000001 100011101 1100000 10010

Color Harmonies of #420258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420258

Black with #420258

Text Example


Text Example

White with #420258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420258; }

 p { color: rgb(66,2,88); }

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

background-color css

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

 a { background-color: rgb(66,2,88); }

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

border-color css

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

 span { border-color: rgb(66,2,88); }

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