Html Css Color HEX #421B56 Scarlet Gum

📋 copy color: '#421B56'

red 66 ◦ green 27 ◦ blue 86

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

Shades of Scarlet Gum #421B56

Tints of Scarlet Gum #421B56

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.08%

 BLUE value IS 86 (33.98% from 255) = 48.04%

R = 36.87%
G = 15.08%
B = 48.04%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#421B56 (or 0x421B56) is known color: Scarlet Gum. HEX triplet: 42, 1B and 56. RGB value is (66,27,86). Sum of RGB (Red+Green+Blue) = 66+27+86=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 86 - color contains mainly: blue. Hex color #421B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B56 is #BDE4A9. Grayscale: #2D2D2D. Windows color (decimal): -12444842 or 5643074. OLE color: 5643074.

HSL color Cylindrical-coordinate representation of color #421B56: hue angle of 279.66º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #421B56 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 27 86 -
CMYK 0.23 0.69 0 0.66
HSL 279.66º 0.52% 0.22% -
HSV(B) 279.66º 0.69% 0.34% -
XYZ 4.32 2.61 9.08 -
YUV 45.39 150.92 142.7 -
System Red Green Blue C M Y K H S L
Decimal 66 27 86 0.23 0.69 0 0.66 279.66 0.52 0.22
Hex 42 1B 56 17 45 0 42 118 34 16
Octal 102 33 126 27 105 0 102 430 64 26
Binary 1000010 11011 1010110 10111 1000101 0 1000010 100011000 110100 10110

Color Harmonies of #421B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B56

Black with #421B56

Text Example


Text Example

White with #421B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421B56; }

 p { color: rgb(66,27,86); }

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

background-color css

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

 a { background-color: rgb(66,27,86); }

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

border-color css

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

 span { border-color: rgb(66,27,86); }

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