Html Css Color HEX #450158 Scarlet Gum

📋 copy color: '#450158'

red 69 ◦ green 1 ◦ blue 88

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

Shades of Scarlet Gum #450158

Tints of Scarlet Gum #450158

RGB

 RED value IS 69 (27.34% from 255) = 43.67%

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 43.67%
G = 0.63%
B = 55.7%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#450158 (or 0x450158) is known color: Scarlet Gum. HEX triplet: 45, 01 and 58. RGB value is (69,1,88). Sum of RGB (Red+Green+Blue) = 69+1+88=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #450158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450158 is #BAFEA7. Grayscale: #1E1E1E. Windows color (decimal): -12254888 or 5767493. OLE color: 5767493.

HSL color Cylindrical-coordinate representation of color #450158: hue angle of 286.9º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450158 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 1 88 -
CMYK 0.22 0.99 0 0.65
HSL 286.9º 0.98% 0.17% -
HSV(B) 286.9º 0.99% 0.35% -
XYZ 4.23 1.99 9.39 -
YUV 31.25 160.03 154.93 -
System Red Green Blue C M Y K H S L
Decimal 69 1 88 0.22 0.99 0 0.65 286.9 0.98 0.17
Hex 45 1 58 16 63 0 41 11F 62 11
Octal 105 1 130 26 143 0 101 437 142 21
Binary 1000101 1 1011000 10110 1100011 0 1000001 100011111 1100010 10001

Color Harmonies of #450158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450158

Black with #450158

Text Example


Text Example

White with #450158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450158; }

 p { color: rgb(69,1,88); }

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

background-color css

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

 a { background-color: rgb(69,1,88); }

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

border-color css

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

 span { border-color: rgb(69,1,88); }

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