Html Css Color HEX #42035A Scarlet Gum

📋 copy color: '#42035A'

red 66 ◦ green 3 ◦ blue 90

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

Shades of Scarlet Gum #42035A

Tints of Scarlet Gum #42035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.89%

 BLUE value IS 90 (35.55% from 255) = 56.6%

R = 41.51%
G = 1.89%
B = 56.6%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42035A (or 0x42035A) is known color: Scarlet Gum. HEX triplet: 42, 03 and 5A. RGB value is (66,3,90). Sum of RGB (Red+Green+Blue) = 66+3+90=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #42035A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42035A is #BDFCA5. Grayscale: #1F1F1F. Windows color (decimal): -12450982 or 5899074. OLE color: 5899074.

HSL color Cylindrical-coordinate representation of color #42035A: hue angle of 283.45º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42035A is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 3 90 -
CMYK 0.27 0.97 0 0.65
HSL 283.45º 0.94% 0.18% -
HSV(B) 283.45º 0.97% 0.35% -
XYZ 4.12 1.96 9.83 -
YUV 31.76 160.87 152.43 -
System Red Green Blue C M Y K H S L
Decimal 66 3 90 0.27 0.97 0 0.65 283.45 0.94 0.18
Hex 42 3 5A 1B 61 0 41 11B 5E 12
Octal 102 3 132 33 141 0 101 433 136 22
Binary 1000010 11 1011010 11011 1100001 0 1000001 100011011 1011110 10010

Color Harmonies of #42035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42035A

Black with #42035A

Text Example


Text Example

White with #42035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42035A; }

 p { color: rgb(66,3,90); }

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

background-color css

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

 a { background-color: rgb(66,3,90); }

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

border-color css

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

 span { border-color: rgb(66,3,90); }

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