Html Css Color HEX #410153 Blackcurrant

📋 copy color: '#410153'

red 65 ◦ green 1 ◦ blue 83

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

Shades of Blackcurrant #410153

Tints of Blackcurrant #410153

RGB

 RED value IS 65 (25.78% from 255) = 43.62%

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 43.62%
G = 0.67%
B = 55.7%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#410153 (or 0x410153) is known color: Blackcurrant. HEX triplet: 41, 01 and 53. RGB value is (65,1,83). Sum of RGB (Red+Green+Blue) = 65+1+83=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #410153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410153 is #BEFEAC. Grayscale: #1D1D1D. Windows color (decimal): -12517037 or 5439809. OLE color: 5439809.

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

Color convert

RGB 65 1 83 -
CMYK 0.22 0.99 0 0.67
HSL 286.83º 0.98% 0.16% -
HSV(B) 286.83º 0.99% 0.33% -
XYZ 3.75 1.77 8.33 -
YUV 29.48 158.2 153.33 -
System Red Green Blue C M Y K H S L
Decimal 65 1 83 0.22 0.99 0 0.67 286.83 0.98 0.16
Hex 41 1 53 16 63 0 43 11F 62 10
Octal 101 1 123 26 143 0 103 437 142 20
Binary 1000001 1 1010011 10110 1100011 0 1000011 100011111 1100010 10000

Color Harmonies of #410153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410153

Black with #410153

Text Example


Text Example

White with #410153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410153; }

 p { color: rgb(65,1,83); }

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

background-color css

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

 a { background-color: rgb(65,1,83); }

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

border-color css

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

 span { border-color: rgb(65,1,83); }

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