Html Css Color HEX #42065C Scarlet Gum

📋 copy color: '#42065C'

red 66 ◦ green 6 ◦ blue 92

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

Shades of Scarlet Gum #42065C

Tints of Scarlet Gum #42065C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.66%

 BLUE value IS 92 (36.33% from 255) = 56.1%

R = 40.24%
G = 3.66%
B = 56.1%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42065C (or 0x42065C) is known color: Scarlet Gum. HEX triplet: 42, 06 and 5C. RGB value is (66,6,92). Sum of RGB (Red+Green+Blue) = 66+6+92=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #42065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42065C is #BDF9A3. Grayscale: #212121. Windows color (decimal): -12450212 or 6030914. OLE color: 6030914.

HSL color Cylindrical-coordinate representation of color #42065C: hue angle of 281.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42065C is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 6 92 -
CMYK 0.28 0.93 0 0.64
HSL 281.86º 0.88% 0.19% -
HSV(B) 281.86º 0.93% 0.36% -
XYZ 4.24 2.06 10.3 -
YUV 33.74 160.88 151.01 -
System Red Green Blue C M Y K H S L
Decimal 66 6 92 0.28 0.93 0 0.64 281.86 0.88 0.19
Hex 42 6 5C 1C 5D 0 40 11A 58 13
Octal 102 6 134 34 135 0 100 432 130 23
Binary 1000010 110 1011100 11100 1011101 0 1000000 100011010 1011000 10011

Color Harmonies of #42065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42065C

Black with #42065C

Text Example


Text Example

White with #42065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42065C; }

 p { color: rgb(66,6,92); }

 H1.HeaderClassName
 {
   color: #42065C;
 }
 .AnyTagClassName
 {
   color: #42065C;
 }
</style>

background-color css

<style>
 a { background-color: #42065C; }

 a { background-color: rgb(66,6,92); }

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

border-color css

<style>
 span { border-color: #42065C; }

 span { border-color: rgb(66,6,92); }

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