Html Css Color HEX #42255B Scarlet Gum

📋 copy color: '#42255B'

red 66 ◦ green 37 ◦ blue 91

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

Shades of Scarlet Gum #42255B

Tints of Scarlet Gum #42255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.07%

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

R = 34.02%
G = 19.07%
B = 46.91%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42255B (or 0x42255B) is known color: Scarlet Gum. HEX triplet: 42, 25 and 5B. RGB value is (66,37,91). Sum of RGB (Red+Green+Blue) = 66+37+91=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #42255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42255B is #BDDAA4. Grayscale: #333333. Windows color (decimal): -12442277 or 5973314. OLE color: 5973314.

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

Color convert

RGB 66 37 91 -
CMYK 0.27 0.59 0 0.64
HSL 272.22º 0.42% 0.25% -
HSV(B) 272.22º 0.59% 0.36% -
XYZ 4.8 3.24 10.27 -
YUV 51.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 66 37 91 0.27 0.59 0 0.64 272.22 0.42 0.25
Hex 42 25 5B 1B 3B 0 40 110 2A 19
Octal 102 45 133 33 73 0 100 420 52 31
Binary 1000010 100101 1011011 11011 111011 0 1000000 100010000 101010 11001

Color Harmonies of #42255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42255B

Black with #42255B

Text Example


Text Example

White with #42255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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