Html Css Color HEX #421458 Scarlet Gum

📋 copy color: '#421458'

red 66 ◦ green 20 ◦ blue 88

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

Shades of Scarlet Gum #421458

Tints of Scarlet Gum #421458

RGB

 RED value IS 66 (26.17% from 255) = 37.93%

 GREEN value IS 20 (8.2% from 255) = 11.49%

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

R = 37.93%
G = 11.49%
B = 50.57%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#421458 (or 0x421458) is known color: Scarlet Gum. HEX triplet: 42, 14 and 58. RGB value is (66,20,88). Sum of RGB (Red+Green+Blue) = 66+20+88=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 20 (8.20% from 255 or 11.49% 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 #421458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421458 is #BDEBA7. Grayscale: #292929. Windows color (decimal): -12446632 or 5772354. OLE color: 5772354.

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

Color convert

RGB 66 20 88 -
CMYK 0.25 0.77 0 0.65
HSL 280.59º 0.63% 0.21% -
HSV(B) 280.59º 0.77% 0.35% -
XYZ 4.26 2.36 9.46 -
YUV 41.51 154.24 145.47 -
System Red Green Blue C M Y K H S L
Decimal 66 20 88 0.25 0.77 0 0.65 280.59 0.63 0.21
Hex 42 14 58 19 4D 0 41 119 3F 15
Octal 102 24 130 31 115 0 101 431 77 25
Binary 1000010 10100 1011000 11001 1001101 0 1000001 100011001 111111 10101

Color Harmonies of #421458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421458

Black with #421458

Text Example


Text Example

White with #421458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421458; }

 p { color: rgb(66,20,88); }

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

background-color css

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

 a { background-color: rgb(66,20,88); }

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

border-color css

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

 span { border-color: rgb(66,20,88); }

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