Html Css Color HEX #41175C Scarlet Gum

📋 copy color: '#41175C'

red 65 ◦ green 23 ◦ blue 92

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

Shades of Scarlet Gum #41175C

Tints of Scarlet Gum #41175C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.78%

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

R = 36.11%
G = 12.78%
B = 51.11%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41175C (or 0x41175C) is known color: Scarlet Gum. HEX triplet: 41, 17 and 5C. RGB value is (65,23,92). Sum of RGB (Red+Green+Blue) = 65+23+92=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #41175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41175C is #BEE8A3. Grayscale: #2B2B2B. Windows color (decimal): -12511396 or 6035265. OLE color: 6035265.

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

Color convert

RGB 65 23 92 -
CMYK 0.29 0.75 0 0.64
HSL 276.52º 0.6% 0.23% -
HSV(B) 276.52º 0.75% 0.36% -
XYZ 4.42 2.51 10.38 -
YUV 43.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 65 23 92 0.29 0.75 0 0.64 276.52 0.6 0.23
Hex 41 17 5C 1D 4B 0 40 115 3C 17
Octal 101 27 134 35 113 0 100 425 74 27
Binary 1000001 10111 1011100 11101 1001011 0 1000000 100010101 111100 10111

Color Harmonies of #41175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41175C

Black with #41175C

Text Example


Text Example

White with #41175C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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