Html Css Color HEX #42165A Scarlet Gum

📋 copy color: '#42165A'

red 66 ◦ green 22 ◦ blue 90

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

Shades of Scarlet Gum #42165A

Tints of Scarlet Gum #42165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.36%

 BLUE value IS 90 (35.55% from 255) = 50.56%

R = 37.08%
G = 12.36%
B = 50.56%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42165A (or 0x42165A) is known color: Scarlet Gum. HEX triplet: 42, 16 and 5A. RGB value is (66,22,90). Sum of RGB (Red+Green+Blue) = 66+22+90=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #42165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42165A is #BDE9A5. Grayscale: #2A2A2A. Windows color (decimal): -12446118 or 5903938. OLE color: 5903938.

HSL color Cylindrical-coordinate representation of color #42165A: hue angle of 278.82º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42165A is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 22 90 -
CMYK 0.27 0.76 0 0.65
HSL 278.82º 0.61% 0.22% -
HSV(B) 278.82º 0.76% 0.35% -
XYZ 4.38 2.47 9.92 -
YUV 42.91 154.58 144.47 -
System Red Green Blue C M Y K H S L
Decimal 66 22 90 0.27 0.76 0 0.65 278.82 0.61 0.22
Hex 42 16 5A 1B 4C 0 41 117 3D 16
Octal 102 26 132 33 114 0 101 427 75 26
Binary 1000010 10110 1011010 11011 1001100 0 1000001 100010111 111101 10110

Color Harmonies of #42165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42165A

Black with #42165A

Text Example


Text Example

White with #42165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42165A; }

 p { color: rgb(66,22,90); }

 H1.HeaderClassName
 {
   color: #42165A;
 }
 .AnyTagClassName
 {
   color: #42165A;
 }
</style>

background-color css

<style>
 a { background-color: #42165A; }

 a { background-color: rgb(66,22,90); }

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

border-color css

<style>
 span { border-color: #42165A; }

 span { border-color: rgb(66,22,90); }

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