Html Css Color HEX #42235A Scarlet Gum

📋 copy color: '#42235A'

red 66 ◦ green 35 ◦ blue 90

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

Shades of Scarlet Gum #42235A

Tints of Scarlet Gum #42235A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.32%

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

R = 34.55%
G = 18.32%
B = 47.12%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42235A (or 0x42235A) is known color: Scarlet Gum. HEX triplet: 42, 23 and 5A. RGB value is (66,35,90). Sum of RGB (Red+Green+Blue) = 66+35+90=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #42235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42235A is #BDDCA5. Grayscale: #323232. Windows color (decimal): -12442790 or 5907266. OLE color: 5907266.

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

Color convert

RGB 66 35 90 -
CMYK 0.27 0.61 0 0.65
HSL 273.82º 0.44% 0.25% -
HSV(B) 273.82º 0.61% 0.35% -
XYZ 4.69 3.1 10.02 -
YUV 50.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 66 35 90 0.27 0.61 0 0.65 273.82 0.44 0.25
Hex 42 23 5A 1B 3D 0 41 112 2C 19
Octal 102 43 132 33 75 0 101 422 54 31
Binary 1000010 100011 1011010 11011 111101 0 1000001 100010010 101100 11001

Color Harmonies of #42235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42235A

Black with #42235A

Text Example


Text Example

White with #42235A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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