Html Css Color HEX #421658 Scarlet Gum

📋 copy color: '#421658'

red 66 ◦ green 22 ◦ blue 88

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

Shades of Scarlet Gum #421658

Tints of Scarlet Gum #421658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.5%

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

R = 37.5%
G = 12.5%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#421658 (or 0x421658) is known color: Scarlet Gum. HEX triplet: 42, 16 and 58. RGB value is (66,22,88). Sum of RGB (Red+Green+Blue) = 66+22+88=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #421658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421658 is #BDE9A7. Grayscale: #2A2A2A. Windows color (decimal): -12446120 or 5772866. OLE color: 5772866.

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

Color convert

RGB 66 22 88 -
CMYK 0.25 0.75 0 0.65
HSL 280º 0.6% 0.22% -
HSV(B) 280º 0.75% 0.35% -
XYZ 4.3 2.44 9.48 -
YUV 42.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 66 22 88 0.25 0.75 0 0.65 280 0.6 0.22
Hex 42 16 58 19 4B 0 41 118 3C 16
Octal 102 26 130 31 113 0 101 430 74 26
Binary 1000010 10110 1011000 11001 1001011 0 1000001 100011000 111100 10110

Color Harmonies of #421658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421658

Black with #421658

Text Example


Text Example

White with #421658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421658; }

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

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

background-color css

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

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

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

border-color css

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

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

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