Html Css Color HEX #441258 Scarlet Gum

📋 copy color: '#441258'

red 68 ◦ green 18 ◦ blue 88

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

Shades of Scarlet Gum #441258

Tints of Scarlet Gum #441258

RGB

 RED value IS 68 (26.95% from 255) = 39.08%

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

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

R = 39.08%
G = 10.34%
B = 50.57%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#441258 (or 0x441258) is known color: Scarlet Gum. HEX triplet: 44, 12 and 58. RGB value is (68,18,88). Sum of RGB (Red+Green+Blue) = 68+18+88=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #441258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441258 is #BBEDA7. Grayscale: #282828. Windows color (decimal): -12316072 or 5771844. OLE color: 5771844.

HSL color Cylindrical-coordinate representation of color #441258: hue angle of 282.86º 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 #441258 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 18 88 -
CMYK 0.23 0.80 0 0.65
HSL 282.86º 0.66% 0.21% -
HSV(B) 282.86º 0.8% 0.35% -
XYZ 4.36 2.37 9.46 -
YUV 40.93 154.57 147.31 -
System Red Green Blue C M Y K H S L
Decimal 68 18 88 0.23 0.80 0 0.65 282.86 0.66 0.21
Hex 44 12 58 17 50 0 41 11B 42 15
Octal 104 22 130 27 120 0 101 433 102 25
Binary 1000100 10010 1011000 10111 1010000 0 1000001 100011011 1000010 10101

Color Harmonies of #441258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441258

Black with #441258

Text Example


Text Example

White with #441258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441258; }

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

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

background-color css

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

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

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

border-color css

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

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

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