Html Css Color HEX #42095D Scarlet Gum

📋 copy color: '#42095D'

red 66 ◦ green 9 ◦ blue 93

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

Shades of Scarlet Gum #42095D

Tints of Scarlet Gum #42095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.36%

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

R = 39.29%
G = 5.36%
B = 55.36%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42095D (or 0x42095D) is known color: Scarlet Gum. HEX triplet: 42, 09 and 5D. RGB value is (66,9,93). Sum of RGB (Red+Green+Blue) = 66+9+93=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #42095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42095D is #BDF6A2. Grayscale: #232323. Windows color (decimal): -12449443 or 6097218. OLE color: 6097218.

HSL color Cylindrical-coordinate representation of color #42095D: hue angle of 280.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42095D is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 9 93 -
CMYK 0.29 0.90 0 0.64
HSL 280.71º 0.82% 0.2% -
HSV(B) 280.71º 0.9% 0.36% -
XYZ 4.32 2.14 10.54 -
YUV 35.62 160.38 149.67 -
System Red Green Blue C M Y K H S L
Decimal 66 9 93 0.29 0.90 0 0.64 280.71 0.82 0.2
Hex 42 9 5D 1D 5A 0 40 119 52 14
Octal 102 11 135 35 132 0 100 431 122 24
Binary 1000010 1001 1011101 11101 1011010 0 1000000 100011001 1010010 10100

Color Harmonies of #42095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42095D

Black with #42095D

Text Example


Text Example

White with #42095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42095D; }

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

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

background-color css

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

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

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

border-color css

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

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

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