Html Css Color HEX #41055B Scarlet Gum

📋 copy color: '#41055B'

red 65 ◦ green 5 ◦ blue 91

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

Shades of Scarlet Gum #41055B

Tints of Scarlet Gum #41055B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

 BLUE value IS 91 (35.94% from 255) = 56.52%

R = 40.37%
G = 3.11%
B = 56.52%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41055B (or 0x41055B) is known color: Scarlet Gum. HEX triplet: 41, 05 and 5B. RGB value is (65,5,91). Sum of RGB (Red+Green+Blue) = 65+5+91=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #41055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41055B is #BEFAA4. Grayscale: #202020. Windows color (decimal): -12516005 or 5965121. OLE color: 5965121.

HSL color Cylindrical-coordinate representation of color #41055B: hue angle of 281.86º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41055B is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 5 91 -
CMYK 0.29 0.95 0 0.64
HSL 281.86º 0.9% 0.19% -
HSV(B) 281.86º 0.95% 0.36% -
XYZ 4.12 1.99 10.06 -
YUV 32.74 160.88 151.01 -
System Red Green Blue C M Y K H S L
Decimal 65 5 91 0.29 0.95 0 0.64 281.86 0.9 0.19
Hex 41 5 5B 1D 5F 0 40 11A 5A 13
Octal 101 5 133 35 137 0 100 432 132 23
Binary 1000001 101 1011011 11101 1011111 0 1000000 100011010 1011010 10011

Color Harmonies of #41055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41055B

Black with #41055B

Text Example


Text Example

White with #41055B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41055B; }

 p { color: rgb(65,5,91); }

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

background-color css

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

 a { background-color: rgb(65,5,91); }

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

border-color css

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

 span { border-color: rgb(65,5,91); }

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