Html Css Color HEX #414561 Port Gore

📋 copy color: '#414561'

red 65 ◦ green 69 ◦ blue 97

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

Shades of Port Gore #414561

Tints of Port Gore #414561

RGB

 RED value IS 65 (25.78% from 255) = 28.14%

 GREEN value IS 69 (27.34% from 255) = 29.87%

 BLUE value IS 97 (38.28% from 255) = 41.99%

R = 28.14%
G = 29.87%
B = 41.99%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#414561 (or 0x414561) is known color: Port Gore. HEX triplet: 41, 45 and 61. RGB value is (65,69,97). Sum of RGB (Red+Green+Blue) = 65+69+97=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #414561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414561 is #BEBA9E. Grayscale: #464646. Windows color (decimal): -12499615 or 6374721. OLE color: 6374721.

HSL color Cylindrical-coordinate representation of color #414561: hue angle of 232.5º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #414561 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 69 97 -
CMYK 0.33 0.29 0 0.62
HSL 232.5º 0.2% 0.32% -
HSV(B) 232.5º 0.33% 0.38% -
XYZ 6.47 6.24 12.17 -
YUV 71 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 65 69 97 0.33 0.29 0 0.62 232.5 0.2 0.32
Hex 41 45 61 21 1D 0 3E E8 14 20
Octal 101 105 141 41 35 0 76 350 24 40
Binary 1000001 1000101 1100001 100001 11101 0 111110 11101000 10100 100000

Color Harmonies of #414561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414561

Black with #414561

Text Example


Text Example

White with #414561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414561; }

 p { color: rgb(65,69,97); }

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

background-color css

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

 a { background-color: rgb(65,69,97); }

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

border-color css

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

 span { border-color: rgb(65,69,97); }

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