Html Css Color HEX #421A5D Scarlet Gum

📋 copy color: '#421A5D'

red 66 ◦ green 26 ◦ blue 93

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

Shades of Scarlet Gum #421A5D

Tints of Scarlet Gum #421A5D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.05%

 BLUE value IS 93 (36.72% from 255) = 50.27%

R = 35.68%
G = 14.05%
B = 50.27%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#421A5D (or 0x421A5D) is known color: Scarlet Gum. HEX triplet: 42, 1A and 5D. RGB value is (66,26,93). Sum of RGB (Red+Green+Blue) = 66+26+93=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #421A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A5D is #BDE5A2. Grayscale: #2D2D2D. Windows color (decimal): -12445091 or 6101570. OLE color: 6101570.

HSL color Cylindrical-coordinate representation of color #421A5D: hue angle of 275.82º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #421A5D is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 26 93 -
CMYK 0.29 0.72 0 0.64
HSL 275.82º 0.56% 0.23% -
HSV(B) 275.82º 0.72% 0.36% -
XYZ 4.59 2.69 10.63 -
YUV 45.6 154.75 142.55 -
System Red Green Blue C M Y K H S L
Decimal 66 26 93 0.29 0.72 0 0.64 275.82 0.56 0.23
Hex 42 1A 5D 1D 48 0 40 114 38 17
Octal 102 32 135 35 110 0 100 424 70 27
Binary 1000010 11010 1011101 11101 1001000 0 1000000 100010100 111000 10111

Color Harmonies of #421A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A5D

Black with #421A5D

Text Example


Text Example

White with #421A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,26,93); }

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

background-color css

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

 a { background-color: rgb(66,26,93); }

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

border-color css

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

 span { border-color: rgb(66,26,93); }

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