Html Css Color HEX #421357 Scarlet Gum

📋 copy color: '#421357'

red 66 ◦ green 19 ◦ blue 87

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

Shades of Scarlet Gum #421357

Tints of Scarlet Gum #421357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.05%

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

R = 38.37%
G = 11.05%
B = 50.58%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#421357 (or 0x421357) is known color: Scarlet Gum. HEX triplet: 42, 13 and 57. RGB value is (66,19,87). Sum of RGB (Red+Green+Blue) = 66+19+87=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #421357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421357 is #BDECA8. Grayscale: #282828. Windows color (decimal): -12446889 or 5706562. OLE color: 5706562.

HSL color Cylindrical-coordinate representation of color #421357: hue angle of 281.47º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #421357 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 19 87 -
CMYK 0.24 0.78 0 0.66
HSL 281.47º 0.64% 0.21% -
HSV(B) 281.47º 0.78% 0.34% -
XYZ 4.2 2.31 9.24 -
YUV 40.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 66 19 87 0.24 0.78 0 0.66 281.47 0.64 0.21
Hex 42 13 57 18 4E 0 42 119 40 15
Octal 102 23 127 30 116 0 102 431 100 25
Binary 1000010 10011 1010111 11000 1001110 0 1000010 100011001 1000000 10101

Color Harmonies of #421357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421357

Black with #421357

Text Example


Text Example

White with #421357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421357; }

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

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

background-color css

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

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

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

border-color css

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

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

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