Html Css Color HEX #400258 Blackcurrant

📋 copy color: '#400258'

red 64 ◦ green 2 ◦ blue 88

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

Shades of Blackcurrant #400258

Tints of Blackcurrant #400258

RGB

 RED value IS 64 (25.39% from 255) = 41.56%

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

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

R = 41.56%
G = 1.3%
B = 57.14%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#400258 (or 0x400258) is known color: Blackcurrant. HEX triplet: 40, 02 and 58. RGB value is (64,2,88). Sum of RGB (Red+Green+Blue) = 64+2+88=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #400258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400258 is #BFFDA7. Grayscale: #1E1E1E. Windows color (decimal): -12582312 or 5767744. OLE color: 5767744.

HSL color Cylindrical-coordinate representation of color #400258: hue angle of 283.26º 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 #400258 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 2 88 -
CMYK 0.27 0.98 0 0.65
HSL 283.26º 0.96% 0.18% -
HSV(B) 283.26º 0.98% 0.35% -
XYZ 3.9 1.84 9.38 -
YUV 30.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 64 2 88 0.27 0.98 0 0.65 283.26 0.96 0.18
Hex 40 2 58 1B 62 0 41 11B 60 12
Octal 100 2 130 33 142 0 101 433 140 22
Binary 1000000 10 1011000 11011 1100010 0 1000001 100011011 1100000 10010

Color Harmonies of #400258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400258

Black with #400258

Text Example


Text Example

White with #400258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400258; }

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

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

background-color css

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

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

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

border-color css

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

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

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