Html Css Color HEX #421855 Scarlet Gum

📋 copy color: '#421855'

red 66 ◦ green 24 ◦ blue 85

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

Shades of Scarlet Gum #421855

Tints of Scarlet Gum #421855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.71%

 BLUE value IS 85 (33.59% from 255) = 48.57%

R = 37.71%
G = 13.71%
B = 48.57%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#421855 (or 0x421855) is known color: Scarlet Gum. HEX triplet: 42, 18 and 55. RGB value is (66,24,85). Sum of RGB (Red+Green+Blue) = 66+24+85=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #421855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421855 is #BDE7AA. Grayscale: #2B2B2B. Windows color (decimal): -12445611 or 5576770. OLE color: 5576770.

HSL color Cylindrical-coordinate representation of color #421855: hue angle of 281.31º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #421855 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 24 85 -
CMYK 0.22 0.72 0 0.67
HSL 281.31º 0.56% 0.21% -
HSV(B) 281.31º 0.72% 0.33% -
XYZ 4.21 2.47 8.85 -
YUV 43.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 66 24 85 0.22 0.72 0 0.67 281.31 0.56 0.21
Hex 42 18 55 16 48 0 43 119 38 15
Octal 102 30 125 26 110 0 103 431 70 25
Binary 1000010 11000 1010101 10110 1001000 0 1000011 100011001 111000 10101

Color Harmonies of #421855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421855

Black with #421855

Text Example


Text Example

White with #421855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421855; }

 p { color: rgb(66,24,85); }

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

background-color css

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

 a { background-color: rgb(66,24,85); }

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

border-color css

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

 span { border-color: rgb(66,24,85); }

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