#413DAD

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

Shades of Governor Bay #413DAD

Tints of Governor Bay #413DAD

Color information

#413DAD (or 0x413DAD) is unknown color: approx Governor Bay. HEX triplet: 41, 3D and AD. RGB value is (65,61,173). Sum of RGB (Red+Green+Blue) = 65+61+173=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #413DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413DAD is #BEC252. Grayscale: #4A4A4A. Windows color (decimal): -12501587 or 11353409. OLE color: 11353409.

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

Color convert

RGB6561173-
CMYK0.620.6500.32
HSL242.14º47.86%45.88%-
HSV(B)242.14º64.74%67.84%-
XYZ11.397.4840.38-
YUV74.96183.33120.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.74%
GREEN value IS 61 (24.22% from 255) = 20.40%
BLUE value IS 173 (67.97% from 255) = 57.86%
R=21.74%
G=20.40%
B=57.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65611730.620.6500.32242.1447.8645.88
Hex413DAD3E41020f2302e
Octal10175255761010403626056
Binary1000001111101101011011111101000001010000011110010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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