Html Css Color HEX #42055B Scarlet Gum

📋 copy color: '#42055B'

red 66 ◦ green 5 ◦ blue 91

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

Shades of Scarlet Gum #42055B

Tints of Scarlet Gum #42055B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.09%

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

R = 40.74%
G = 3.09%
B = 56.17%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42055B (or 0x42055B) is known color: Scarlet Gum. HEX triplet: 42, 05 and 5B. RGB value is (66,5,91). Sum of RGB (Red+Green+Blue) = 66+5+91=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #42055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42055B is #BDFAA4. Grayscale: #202020. Windows color (decimal): -12450469 or 5965122. OLE color: 5965122.

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

Color convert

RGB 66 5 91 -
CMYK 0.27 0.95 0 0.64
HSL 282.56º 0.9% 0.19% -
HSV(B) 282.56º 0.95% 0.36% -
XYZ 4.19 2.02 10.07 -
YUV 33.04 160.71 151.51 -
System Red Green Blue C M Y K H S L
Decimal 66 5 91 0.27 0.95 0 0.64 282.56 0.9 0.19
Hex 42 5 5B 1B 5F 0 40 11B 5A 13
Octal 102 5 133 33 137 0 100 433 132 23
Binary 1000010 101 1011011 11011 1011111 0 1000000 100011011 1011010 10011

Color Harmonies of #42055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42055B

Black with #42055B

Text Example


Text Example

White with #42055B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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