Html Css Color HEX #42235C Scarlet Gum

📋 copy color: '#42235C'

red 66 ◦ green 35 ◦ blue 92

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

Shades of Scarlet Gum #42235C

Tints of Scarlet Gum #42235C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 47.67%

R = 34.2%
G = 18.13%
B = 47.67%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42235C (or 0x42235C) is known color: Scarlet Gum. HEX triplet: 42, 23 and 5C. RGB value is (66,35,92). Sum of RGB (Red+Green+Blue) = 66+35+92=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #42235C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42235C is #BDDCA3. Grayscale: #323232. Windows color (decimal): -12442788 or 6038338. OLE color: 6038338.

HSL color Cylindrical-coordinate representation of color #42235C: hue angle of 272.63º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42235C is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 35 92 -
CMYK 0.28 0.62 0 0.64
HSL 272.63º 0.45% 0.25% -
HSV(B) 272.63º 0.62% 0.36% -
XYZ 4.78 3.13 10.48 -
YUV 50.77 151.27 138.87 -
System Red Green Blue C M Y K H S L
Decimal 66 35 92 0.28 0.62 0 0.64 272.63 0.45 0.25
Hex 42 23 5C 1C 3E 0 40 111 2D 19
Octal 102 43 134 34 76 0 100 421 55 31
Binary 1000010 100011 1011100 11100 111110 0 1000000 100010001 101101 11001

Color Harmonies of #42235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42235C

Black with #42235C

Text Example


Text Example

White with #42235C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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