Html Css Color HEX #41105C Scarlet Gum

📋 copy color: '#41105C'

red 65 ◦ green 16 ◦ blue 92

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

Shades of Scarlet Gum #41105C

Tints of Scarlet Gum #41105C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.25%

 BLUE value IS 92 (36.33% from 255) = 53.18%

R = 37.57%
G = 9.25%
B = 53.18%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41105C (or 0x41105C) is known color: Scarlet Gum. HEX triplet: 41, 10 and 5C. RGB value is (65,16,92). Sum of RGB (Red+Green+Blue) = 65+16+92=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #41105C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41105C is #BEEFA3. Grayscale: #272727. Windows color (decimal): -12513188 or 6033473. OLE color: 6033473.

HSL color Cylindrical-coordinate representation of color #41105C: hue angle of 278.68º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41105C is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 16 92 -
CMYK 0.29 0.83 0 0.64
HSL 278.68º 0.7% 0.21% -
HSV(B) 278.68º 0.83% 0.36% -
XYZ 4.3 2.27 10.34 -
YUV 39.32 157.73 146.32 -
System Red Green Blue C M Y K H S L
Decimal 65 16 92 0.29 0.83 0 0.64 278.68 0.7 0.21
Hex 41 10 5C 1D 53 0 40 117 46 15
Octal 101 20 134 35 123 0 100 427 106 25
Binary 1000001 10000 1011100 11101 1010011 0 1000000 100010111 1000110 10101

Color Harmonies of #41105C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41105C

Black with #41105C

Text Example


Text Example

White with #41105C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41105C; }

 p { color: rgb(65,16,92); }

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

background-color css

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

 a { background-color: rgb(65,16,92); }

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

border-color css

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

 span { border-color: rgb(65,16,92); }

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