Html Css Color HEX #41145A Scarlet Gum

📋 copy color: '#41145A'

red 65 ◦ green 20 ◦ blue 90

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

Shades of Scarlet Gum #41145A

Tints of Scarlet Gum #41145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.43%

 BLUE value IS 90 (35.55% from 255) = 51.43%

R = 37.14%
G = 11.43%
B = 51.43%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41145A (or 0x41145A) is known color: Scarlet Gum. HEX triplet: 41, 14 and 5A. RGB value is (65,20,90). Sum of RGB (Red+Green+Blue) = 65+20+90=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #41145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41145A is #BEEBA5. Grayscale: #292929. Windows color (decimal): -12512166 or 5903425. OLE color: 5903425.

HSL color Cylindrical-coordinate representation of color #41145A: hue angle of 278.57º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41145A is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 20 90 -
CMYK 0.28 0.78 0 0.65
HSL 278.57º 0.64% 0.22% -
HSV(B) 278.57º 0.78% 0.35% -
XYZ 4.28 2.36 9.9 -
YUV 41.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 65 20 90 0.28 0.78 0 0.65 278.57 0.64 0.22
Hex 41 14 5A 1C 4E 0 41 117 40 16
Octal 101 24 132 34 116 0 101 427 100 26
Binary 1000001 10100 1011010 11100 1001110 0 1000001 100010111 1000000 10110

Color Harmonies of #41145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41145A

Black with #41145A

Text Example


Text Example

White with #41145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41145A; }

 p { color: rgb(65,20,90); }

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

background-color css

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

 a { background-color: rgb(65,20,90); }

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

border-color css

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

 span { border-color: rgb(65,20,90); }

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