Html Css Color HEX #42384F Grape

📋 copy color: '#42384F'

red 66 ◦ green 56 ◦ blue 79

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

Shades of Grape #42384F

Tints of Grape #42384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.86%

 BLUE value IS 79 (31.25% from 255) = 39.3%

R = 32.84%
G = 27.86%
B = 39.3%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42384F (or 0x42384F) is known color: Grape. HEX triplet: 42, 38 and 4F. RGB value is (66,56,79). Sum of RGB (Red+Green+Blue) = 66+56+79=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 79 - color contains mainly: blue. Hex color #42384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42384F is #BDC7B0. Grayscale: #3D3D3D. Windows color (decimal): -12437425 or 5191746. OLE color: 5191746.

HSL color Cylindrical-coordinate representation of color #42384F: hue angle of 266.09º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #42384F is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 56 79 -
CMYK 0.16 0.29 0 0.69
HSL 266.09º 0.17% 0.26% -
HSV(B) 266.09º 0.29% 0.31% -
XYZ 5.07 4.55 8.01 -
YUV 61.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 66 56 79 0.16 0.29 0 0.69 266.09 0.17 0.26
Hex 42 38 4F 10 1D 0 45 10A 11 1A
Octal 102 70 117 20 35 0 105 412 21 32
Binary 1000010 111000 1001111 10000 11101 0 1000101 100001010 10001 11010

Color Harmonies of #42384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42384F

Black with #42384F

Text Example


Text Example

White with #42384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42384F; }

 p { color: rgb(66,56,79); }

 H1.HeaderClassName
 {
   color: #42384F;
 }
 .AnyTagClassName
 {
   color: #42384F;
 }
</style>

background-color css

<style>
 a { background-color: #42384F; }

 a { background-color: rgb(66,56,79); }

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

border-color css

<style>
 span { border-color: #42384F; }

 span { border-color: rgb(66,56,79); }

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