Html Css Color HEX #442758 Scarlet Gum

📋 copy color: '#442758'

red 68 ◦ green 39 ◦ blue 88

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

Shades of Scarlet Gum #442758

Tints of Scarlet Gum #442758

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20%

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

R = 34.87%
G = 20%
B = 45.13%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#442758 (or 0x442758) is known color: Scarlet Gum. HEX triplet: 44, 27 and 58. RGB value is (68,39,88). Sum of RGB (Red+Green+Blue) = 68+39+88=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #442758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442758 is #BBD8A7. Grayscale: #353535. Windows color (decimal): -12310696 or 5777220. OLE color: 5777220.

HSL color Cylindrical-coordinate representation of color #442758: hue angle of 275.51º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #442758 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 39 88 -
CMYK 0.23 0.56 0 0.65
HSL 275.51º 0.39% 0.25% -
HSV(B) 275.51º 0.56% 0.35% -
XYZ 4.87 3.38 9.63 -
YUV 53.26 147.61 138.52 -
System Red Green Blue C M Y K H S L
Decimal 68 39 88 0.23 0.56 0 0.65 275.51 0.39 0.25
Hex 44 27 58 17 38 0 41 114 27 19
Octal 104 47 130 27 70 0 101 424 47 31
Binary 1000100 100111 1011000 10111 111000 0 1000001 100010100 100111 11001

Color Harmonies of #442758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442758

Black with #442758

Text Example


Text Example

White with #442758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442758; }

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

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

background-color css

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

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

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

border-color css

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

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

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