Html Css Color HEX #413EAB Governor Bay

📋 copy color: '#413EAB'

red 65 ◦ green 62 ◦ blue 171

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

Shades of Governor Bay #413EAB

Tints of Governor Bay #413EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.81%

 BLUE value IS 171 (67.19% from 255) = 57.38%

R = 21.81%
G = 20.81%
B = 57.38%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#413EAB (or 0x413EAB) is known color: Governor Bay. HEX triplet: 41, 3E and AB. RGB value is (65,62,171). Sum of RGB (Red+Green+Blue) = 65+62+171=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #413EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413EAB is #BEC154. Grayscale: #4A4A4A. Windows color (decimal): -12501333 or 11222593. OLE color: 11222593.

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

Color convert

RGB 65 62 171 -
CMYK 0.62 0.64 0 0.33
HSL 241.65º 0.47% 0.46% -
HSV(B) 241.65º 0.64% 0.67% -
XYZ 11.25 7.51 39.38 -
YUV 75.32 181.99 120.64 -
System Red Green Blue C M Y K H S L
Decimal 65 62 171 0.62 0.64 0 0.33 241.65 0.47 0.46
Hex 41 3E AB 3E 40 0 21 F2 2F 2E
Octal 101 76 253 76 100 0 41 362 57 56
Binary 1000001 111110 10101011 111110 1000000 0 100001 11110010 101111 101110

Color Harmonies of #413EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413EAB

Black with #413EAB

Text Example


Text Example

White with #413EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,62,171); }

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

background-color css

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

 a { background-color: rgb(65,62,171); }

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

border-color css

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

 span { border-color: rgb(65,62,171); }

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