Html Css Color HEX #42165D Scarlet Gum

📋 copy color: '#42165D'

red 66 ◦ green 22 ◦ blue 93

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

Shades of Scarlet Gum #42165D

Tints of Scarlet Gum #42165D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 51.38%

R = 36.46%
G = 12.15%
B = 51.38%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42165D (or 0x42165D) is known color: Scarlet Gum. HEX triplet: 42, 16 and 5D. RGB value is (66,22,93). Sum of RGB (Red+Green+Blue) = 66+22+93=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #42165D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42165D is #BDE9A2. Grayscale: #2B2B2B. Windows color (decimal): -12446115 or 6100546. OLE color: 6100546.

HSL color Cylindrical-coordinate representation of color #42165D: hue angle of 277.18º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42165D is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 22 93 -
CMYK 0.29 0.76 0 0.64
HSL 277.18º 0.62% 0.23% -
HSV(B) 277.18º 0.76% 0.36% -
XYZ 4.51 2.52 10.61 -
YUV 43.25 156.08 144.23 -
System Red Green Blue C M Y K H S L
Decimal 66 22 93 0.29 0.76 0 0.64 277.18 0.62 0.23
Hex 42 16 5D 1D 4C 0 40 115 3E 17
Octal 102 26 135 35 114 0 100 425 76 27
Binary 1000010 10110 1011101 11101 1001100 0 1000000 100010101 111110 10111

Color Harmonies of #42165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42165D

Black with #42165D

Text Example


Text Example

White with #42165D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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