Html Css Color HEX #420B57 Scarlet Gum

📋 copy color: '#420B57'

red 66 ◦ green 11 ◦ blue 87

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

Shades of Scarlet Gum #420B57

Tints of Scarlet Gum #420B57

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.71%

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

R = 40.24%
G = 6.71%
B = 53.05%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#420B57 (or 0x420B57) is known color: Scarlet Gum. HEX triplet: 42, 0B and 57. RGB value is (66,11,87). Sum of RGB (Red+Green+Blue) = 66+11+87=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 87 (34.38% from 255 or 53.05% from 164); Max value from RGB is 87 - color contains mainly: blue. Hex color #420B57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420B57 is #BDF4A8. Grayscale: #232323. Windows color (decimal): -12448937 or 5704514. OLE color: 5704514.

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

Color convert

RGB 66 11 87 -
CMYK 0.24 0.87 0 0.66
HSL 283.42º 0.78% 0.19% -
HSV(B) 283.42º 0.87% 0.34% -
XYZ 4.09 2.09 9.2 -
YUV 36.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 66 11 87 0.24 0.87 0 0.66 283.42 0.78 0.19
Hex 42 B 57 18 57 0 42 11B 4E 13
Octal 102 13 127 30 127 0 102 433 116 23
Binary 1000010 1011 1010111 11000 1010111 0 1000010 100011011 1001110 10011

Color Harmonies of #420B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B57

Black with #420B57

Text Example


Text Example

White with #420B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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