Html Css Color HEX #40425F Port Gore

📋 copy color: '#40425F'

red 64 ◦ green 66 ◦ blue 95

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

Shades of Port Gore #40425F

Tints of Port Gore #40425F

RGB

 RED value IS 64 (25.39% from 255) = 28.44%

 GREEN value IS 66 (26.17% from 255) = 29.33%

 BLUE value IS 95 (37.5% from 255) = 42.22%

R = 28.44%
G = 29.33%
B = 42.22%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40425F (or 0x40425F) is known color: Port Gore. HEX triplet: 40, 42 and 5F. RGB value is (64,66,95). Sum of RGB (Red+Green+Blue) = 64+66+95=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #40425F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40425F is #BFBDA0. Grayscale: #444444. Windows color (decimal): -12565921 or 6242880. OLE color: 6242880.

HSL color Cylindrical-coordinate representation of color #40425F: hue angle of 236.13º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40425F is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 66 95 -
CMYK 0.33 0.31 0 0.63
HSL 236.13º 0.19% 0.31% -
HSV(B) 236.13º 0.33% 0.37% -
XYZ 6.13 5.81 11.63 -
YUV 68.71 142.84 124.64 -
System Red Green Blue C M Y K H S L
Decimal 64 66 95 0.33 0.31 0 0.63 236.13 0.19 0.31
Hex 40 42 5F 21 1F 0 3F EC 13 1F
Octal 100 102 137 41 37 0 77 354 23 37
Binary 1000000 1000010 1011111 100001 11111 0 111111 11101100 10011 11111

Color Harmonies of #40425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40425F

Black with #40425F

Text Example


Text Example

White with #40425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,66,95); }

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

background-color css

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

 a { background-color: rgb(64,66,95); }

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

border-color css

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

 span { border-color: rgb(64,66,95); }

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