Html Css Color HEX #401258 Scarlet Gum

📋 copy color: '#401258'

red 64 ◦ green 18 ◦ blue 88

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

Shades of Scarlet Gum #401258

Tints of Scarlet Gum #401258

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.59%

 BLUE value IS 88 (34.77% from 255) = 51.76%

R = 37.65%
G = 10.59%
B = 51.76%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#401258 (or 0x401258) is known color: Scarlet Gum. HEX triplet: 40, 12 and 58. RGB value is (64,18,88). Sum of RGB (Red+Green+Blue) = 64+18+88=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #401258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401258 is #BFEDA7. Grayscale: #272727. Windows color (decimal): -12578216 or 5771840. OLE color: 5771840.

HSL color Cylindrical-coordinate representation of color #401258: hue angle of 279.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #401258 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 18 88 -
CMYK 0.27 0.80 0 0.65
HSL 279.43º 0.66% 0.21% -
HSV(B) 279.43º 0.8% 0.35% -
XYZ 4.09 2.23 9.45 -
YUV 39.73 155.24 145.31 -
System Red Green Blue C M Y K H S L
Decimal 64 18 88 0.27 0.80 0 0.65 279.43 0.66 0.21
Hex 40 12 58 1B 50 0 41 117 42 15
Octal 100 22 130 33 120 0 101 427 102 25
Binary 1000000 10010 1011000 11011 1010000 0 1000001 100010111 1000010 10101

Color Harmonies of #401258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401258

Black with #401258

Text Example


Text Example

White with #401258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401258; }

 p { color: rgb(64,18,88); }

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

background-color css

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

 a { background-color: rgb(64,18,88); }

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

border-color css

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

 span { border-color: rgb(64,18,88); }

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