Html Css Color HEX #41135C Scarlet Gum

📋 copy color: '#41135C'

red 65 ◦ green 19 ◦ blue 92

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

Shades of Scarlet Gum #41135C

Tints of Scarlet Gum #41135C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

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

R = 36.93%
G = 10.8%
B = 52.27%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41135C (or 0x41135C) is known color: Scarlet Gum. HEX triplet: 41, 13 and 5C. RGB value is (65,19,92). Sum of RGB (Red+Green+Blue) = 65+19+92=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #41135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41135C is #BEECA3. Grayscale: #282828. Windows color (decimal): -12512420 or 6034241. OLE color: 6034241.

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

Color convert

RGB 65 19 92 -
CMYK 0.29 0.79 0 0.64
HSL 277.81º 0.66% 0.22% -
HSV(B) 277.81º 0.79% 0.36% -
XYZ 4.34 2.36 10.35 -
YUV 41.08 156.74 145.06 -
System Red Green Blue C M Y K H S L
Decimal 65 19 92 0.29 0.79 0 0.64 277.81 0.66 0.22
Hex 41 13 5C 1D 4F 0 40 116 42 16
Octal 101 23 134 35 117 0 100 426 102 26
Binary 1000001 10011 1011100 11101 1001111 0 1000000 100010110 1000010 10110

Color Harmonies of #41135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41135C

Black with #41135C

Text Example


Text Example

White with #41135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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