#413FAD

Color #413FAD Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #413FAD

Tints of Governor Bay #413FAD

Color information

#413FAD (or 0x413FAD) is unknown color: approx Governor Bay. HEX triplet: 41, 3F and AD. RGB value is (65,63,173). Sum of RGB (Red+Green+Blue) = 65+63+173=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #413FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413FAD is #BEC052. Grayscale: #4B4B4B. Windows color (decimal): -12501075 or 11353921. OLE color: 11353921.

HSL color Cylindrical-coordinate representation of color #413FAD: hue angle of 241.09º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #413FAD is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6563173-
CMYK0.620.6400.32
HSL241.09º46.61%46.27%-
HSV(B)241.09º63.58%67.84%-
XYZ11.57.740.41-
YUV76.14182.66120.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 63 (25% from 255) = 20.93%
BLUE value IS 173 (67.97% from 255) = 57.48%
R=21.59%
G=20.93%
B=57.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65631730.620.6400.32241.0946.6146.27
Hex413FAD3E40020f12f2e
Octal10177255761000403615756
Binary1000001111111101011011111101000000010000011110001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413FAD; }

 p { color: rgb(65,63,173); }

 H1.HeaderClassName
 {
   color: #413FAD;
 }
 .AnyTagClassName
 {
   color: #413FAD;
 }
</style>
background-color css

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

 a { background-color: rgb(65,63,173); }

 div.DivClassName
 {
   background-color: #413FAD;
 }
 .BgClassName
 {
   background-color: #413FAD;
 }
</style>
border-color css

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

 span { border-color: rgb(65,63,173); }

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