Html Css Color HEX #421B57 Scarlet Gum

📋 copy color: '#421B57'

red 66 ◦ green 27 ◦ blue 87

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

Shades of Scarlet Gum #421B57

Tints of Scarlet Gum #421B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 48.33%

R = 36.67%
G = 15%
B = 48.33%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#421B57 (or 0x421B57) is known color: Scarlet Gum. HEX triplet: 42, 1B and 57. RGB value is (66,27,87). Sum of RGB (Red+Green+Blue) = 66+27+87=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #421B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B57 is #BDE4A8. Grayscale: #2D2D2D. Windows color (decimal): -12444841 or 5708610. OLE color: 5708610.

HSL color Cylindrical-coordinate representation of color #421B57: hue angle of 279º degrees, saturation: 0.53, 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 #421B57 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 27 87 -
CMYK 0.24 0.69 0 0.66
HSL 279º 0.53% 0.22% -
HSV(B) 279º 0.69% 0.34% -
XYZ 4.36 2.63 9.29 -
YUV 45.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 66 27 87 0.24 0.69 0 0.66 279 0.53 0.22
Hex 42 1B 57 18 45 0 42 117 35 16
Octal 102 33 127 30 105 0 102 427 65 26
Binary 1000010 11011 1010111 11000 1000101 0 1000010 100010111 110101 10110

Color Harmonies of #421B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B57

Black with #421B57

Text Example


Text Example

White with #421B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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