Html Css Color HEX #430258 Blackcurrant

📋 copy color: '#430258'

red 67 ◦ green 2 ◦ blue 88

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

Shades of Blackcurrant #430258

Tints of Blackcurrant #430258

RGB

 RED value IS 67 (26.56% from 255) = 42.68%

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

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

R = 42.68%
G = 1.27%
B = 56.05%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#430258 (or 0x430258) is known color: Blackcurrant. HEX triplet: 43, 02 and 58. RGB value is (67,2,88). Sum of RGB (Red+Green+Blue) = 67+2+88=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #430258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430258 is #BCFDA7. Grayscale: #1E1E1E. Windows color (decimal): -12385704 or 5767747. OLE color: 5767747.

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

Color convert

RGB 67 2 88 -
CMYK 0.24 0.98 0 0.65
HSL 285.35º 0.96% 0.18% -
HSV(B) 285.35º 0.98% 0.35% -
XYZ 4.1 1.94 9.39 -
YUV 31.24 160.03 153.51 -
System Red Green Blue C M Y K H S L
Decimal 67 2 88 0.24 0.98 0 0.65 285.35 0.96 0.18
Hex 43 2 58 18 62 0 41 11D 60 12
Octal 103 2 130 30 142 0 101 435 140 22
Binary 1000011 10 1011000 11000 1100010 0 1000001 100011101 1100000 10010

Color Harmonies of #430258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430258

Black with #430258

Text Example


Text Example

White with #430258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430258; }

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

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

background-color css

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

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

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

border-color css

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

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

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