Html Css Color HEX #42284B Scarlet Gum

📋 copy color: '#42284B'

red 66 ◦ green 40 ◦ blue 75

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

Shades of Scarlet Gum #42284B

Tints of Scarlet Gum #42284B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.1%

 BLUE value IS 75 (29.69% from 255) = 41.44%

R = 36.46%
G = 22.1%
B = 41.44%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42284B (or 0x42284B) is known color: Scarlet Gum. HEX triplet: 42, 28 and 4B. RGB value is (66,40,75). Sum of RGB (Red+Green+Blue) = 66+40+75=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 75 - color contains mainly: blue. Hex color #42284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42284B is #BDD7B4. Grayscale: #333333. Windows color (decimal): -12441525 or 4925506. OLE color: 4925506.

HSL color Cylindrical-coordinate representation of color #42284B: hue angle of 284.57º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42284B is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 40 75 -
CMYK 0.12 0.47 0 0.71
HSL 284.57º 0.3% 0.23% -
HSV(B) 284.57º 0.47% 0.29% -
XYZ 4.28 3.18 7.05 -
YUV 51.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 66 40 75 0.12 0.47 0 0.71 284.57 0.3 0.23
Hex 42 28 4B C 2F 0 47 11D 1E 17
Octal 102 50 113 14 57 0 107 435 36 27
Binary 1000010 101000 1001011 1100 101111 0 1000111 100011101 11110 10111

Color Harmonies of #42284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42284B

Black with #42284B

Text Example


Text Example

White with #42284B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,40,75); }

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

background-color css

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

 a { background-color: rgb(66,40,75); }

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

border-color css

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

 span { border-color: rgb(66,40,75); }

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