Html Css Color HEX #42185B Scarlet Gum

📋 copy color: '#42185B'

red 66 ◦ green 24 ◦ blue 91

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

Shades of Scarlet Gum #42185B

Tints of Scarlet Gum #42185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.26%

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

R = 36.46%
G = 13.26%
B = 50.28%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42185B (or 0x42185B) is known color: Scarlet Gum. HEX triplet: 42, 18 and 5B. RGB value is (66,24,91). Sum of RGB (Red+Green+Blue) = 66+24+91=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #42185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42185B is #BDE7A4. Grayscale: #2B2B2B. Windows color (decimal): -12445605 or 5969986. OLE color: 5969986.

HSL color Cylindrical-coordinate representation of color #42185B: hue angle of 277.61º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42185B is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 24 91 -
CMYK 0.27 0.74 0 0.64
HSL 277.61º 0.58% 0.23% -
HSV(B) 277.61º 0.74% 0.36% -
XYZ 4.46 2.57 10.16 -
YUV 44.2 154.41 143.55 -
System Red Green Blue C M Y K H S L
Decimal 66 24 91 0.27 0.74 0 0.64 277.61 0.58 0.23
Hex 42 18 5B 1B 4A 0 40 116 3A 17
Octal 102 30 133 33 112 0 100 426 72 27
Binary 1000010 11000 1011011 11011 1001010 0 1000000 100010110 111010 10111

Color Harmonies of #42185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42185B

Black with #42185B

Text Example


Text Example

White with #42185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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