Html Css Color HEX #410953 Blackcurrant

📋 copy color: '#410953'

red 65 ◦ green 9 ◦ blue 83

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

Shades of Blackcurrant #410953

Tints of Blackcurrant #410953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.73%

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

R = 41.4%
G = 5.73%
B = 52.87%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#410953 (or 0x410953) is known color: Blackcurrant. HEX triplet: 41, 09 and 53. RGB value is (65,9,83). Sum of RGB (Red+Green+Blue) = 65+9+83=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #410953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410953 is #BEF6AC. Grayscale: #212121. Windows color (decimal): -12514989 or 5441857. OLE color: 5441857.

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

Color convert

RGB 65 9 83 -
CMYK 0.22 0.89 0 0.67
HSL 285.41º 0.8% 0.18% -
HSV(B) 285.41º 0.89% 0.33% -
XYZ 3.84 1.94 8.36 -
YUV 34.18 155.55 149.98 -
System Red Green Blue C M Y K H S L
Decimal 65 9 83 0.22 0.89 0 0.67 285.41 0.8 0.18
Hex 41 9 53 16 59 0 43 11D 50 12
Octal 101 11 123 26 131 0 103 435 120 22
Binary 1000001 1001 1010011 10110 1011001 0 1000011 100011101 1010000 10010

Color Harmonies of #410953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410953

Black with #410953

Text Example


Text Example

White with #410953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410953; }

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

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

background-color css

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

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

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

border-color css

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

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

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