Html Css Color HEX #42245B Scarlet Gum

📋 copy color: '#42245B'

red 66 ◦ green 36 ◦ blue 91

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

Shades of Scarlet Gum #42245B

Tints of Scarlet Gum #42245B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.65%

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

R = 34.2%
G = 18.65%
B = 47.15%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42245B (or 0x42245B) is known color: Scarlet Gum. HEX triplet: 42, 24 and 5B. RGB value is (66,36,91). Sum of RGB (Red+Green+Blue) = 66+36+91=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #42245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42245B is #BDDBA4. Grayscale: #333333. Windows color (decimal): -12442533 or 5973058. OLE color: 5973058.

HSL color Cylindrical-coordinate representation of color #42245B: hue angle of 272.73º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42245B is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 36 91 -
CMYK 0.27 0.60 0 0.64
HSL 272.73º 0.43% 0.25% -
HSV(B) 272.73º 0.6% 0.36% -
XYZ 4.77 3.18 10.26 -
YUV 51.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 66 36 91 0.27 0.60 0 0.64 272.73 0.43 0.25
Hex 42 24 5B 1B 3C 0 40 111 2B 19
Octal 102 44 133 33 74 0 100 421 53 31
Binary 1000010 100100 1011011 11011 111100 0 1000000 100010001 101011 11001

Color Harmonies of #42245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42245B

Black with #42245B

Text Example


Text Example

White with #42245B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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