Html Css Color HEX #42095B Scarlet Gum

📋 copy color: '#42095B'

red 66 ◦ green 9 ◦ blue 91

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

Shades of Scarlet Gum #42095B

Tints of Scarlet Gum #42095B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 54.82%

R = 39.76%
G = 5.42%
B = 54.82%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42095B (or 0x42095B) is known color: Scarlet Gum. HEX triplet: 42, 09 and 5B. RGB value is (66,9,91). Sum of RGB (Red+Green+Blue) = 66+9+91=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #42095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42095B is #BDF6A4. Grayscale: #232323. Windows color (decimal): -12449445 or 5966146. OLE color: 5966146.

HSL color Cylindrical-coordinate representation of color #42095B: hue angle of 281.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 #42095B is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 9 91 -
CMYK 0.27 0.90 0 0.64
HSL 281.71º 0.82% 0.2% -
HSV(B) 281.71º 0.9% 0.36% -
XYZ 4.23 2.11 10.08 -
YUV 35.39 159.38 149.83 -
System Red Green Blue C M Y K H S L
Decimal 66 9 91 0.27 0.90 0 0.64 281.71 0.82 0.2
Hex 42 9 5B 1B 5A 0 40 11A 52 14
Octal 102 11 133 33 132 0 100 432 122 24
Binary 1000010 1001 1011011 11011 1011010 0 1000000 100011010 1010010 10100

Color Harmonies of #42095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42095B

Black with #42095B

Text Example


Text Example

White with #42095B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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