Html Css Color HEX #410453 Blackcurrant

📋 copy color: '#410453'

red 65 ◦ green 4 ◦ blue 83

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

Shades of Blackcurrant #410453

Tints of Blackcurrant #410453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.63%

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

R = 42.76%
G = 2.63%
B = 54.61%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#410453 (or 0x410453) is known color: Blackcurrant. HEX triplet: 41, 04 and 53. RGB value is (65,4,83). Sum of RGB (Red+Green+Blue) = 65+4+83=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #410453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410453 is #BEFBAC. Grayscale: #1E1E1E. Windows color (decimal): -12516269 or 5440577. OLE color: 5440577.

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

Color convert

RGB 65 4 83 -
CMYK 0.22 0.95 0 0.67
HSL 286.33º 0.91% 0.17% -
HSV(B) 286.33º 0.95% 0.33% -
XYZ 3.78 1.84 8.34 -
YUV 31.25 157.21 152.08 -
System Red Green Blue C M Y K H S L
Decimal 65 4 83 0.22 0.95 0 0.67 286.33 0.91 0.17
Hex 41 4 53 16 5F 0 43 11E 5B 11
Octal 101 4 123 26 137 0 103 436 133 21
Binary 1000001 100 1010011 10110 1011111 0 1000011 100011110 1011011 10001

Color Harmonies of #410453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410453

Black with #410453

Text Example


Text Example

White with #410453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410453; }

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

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

background-color css

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

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

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

border-color css

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

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

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