Html Css Color HEX #40175A Scarlet Gum

📋 copy color: '#40175A'

red 64 ◦ green 23 ◦ blue 90

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

Shades of Scarlet Gum #40175A

Tints of Scarlet Gum #40175A

RGB

 RED value IS 64 (25.39% from 255) = 36.16%

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

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

R = 36.16%
G = 12.99%
B = 50.85%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40175A (or 0x40175A) is known color: Scarlet Gum. HEX triplet: 40, 17 and 5A. RGB value is (64,23,90). Sum of RGB (Red+Green+Blue) = 64+23+90=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #40175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40175A is #BFE8A5. Grayscale: #2A2A2A. Windows color (decimal): -12576934 or 5904192. OLE color: 5904192.

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

Color convert

RGB 64 23 90 -
CMYK 0.29 0.74 0 0.65
HSL 276.72º 0.59% 0.22% -
HSV(B) 276.72º 0.74% 0.35% -
XYZ 4.27 2.44 9.92 -
YUV 42.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 64 23 90 0.29 0.74 0 0.65 276.72 0.59 0.22
Hex 40 17 5A 1D 4A 0 41 115 3B 16
Octal 100 27 132 35 112 0 101 425 73 26
Binary 1000000 10111 1011010 11101 1001010 0 1000001 100010101 111011 10110

Color Harmonies of #40175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40175A

Black with #40175A

Text Example


Text Example

White with #40175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,23,90); }

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

background-color css

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

 a { background-color: rgb(64,23,90); }

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

border-color css

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

 span { border-color: rgb(64,23,90); }

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