Html Css Color HEX #413BAD Blue Gem

📋 copy color: '#413BAD'

red 65 ◦ green 59 ◦ blue 173

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

Shades of Blue Gem #413BAD

Tints of Blue Gem #413BAD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.87%

 BLUE value IS 173 (67.97% from 255) = 58.25%

R = 21.89%
G = 19.87%
B = 58.25%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#413BAD (or 0x413BAD) is known color: Blue Gem. HEX triplet: 41, 3B and AD. RGB value is (65,59,173). Sum of RGB (Red+Green+Blue) = 65+59+173=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #413BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413BAD is #BEC452. Grayscale: #494949. Windows color (decimal): -12502099 or 11352897. OLE color: 11352897.

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

Color convert

RGB 65 59 173 -
CMYK 0.62 0.66 0 0.32
HSL 243.16º 0.49% 0.45% -
HSV(B) 243.16º 0.66% 0.68% -
XYZ 11.29 7.27 40.34 -
YUV 73.79 183.99 121.73 -
System Red Green Blue C M Y K H S L
Decimal 65 59 173 0.62 0.66 0 0.32 243.16 0.49 0.45
Hex 41 3B AD 3E 42 0 20 F3 31 2D
Octal 101 73 255 76 102 0 40 363 61 55
Binary 1000001 111011 10101101 111110 1000010 0 100000 11110011 110001 101101

Color Harmonies of #413BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413BAD

Black with #413BAD

Text Example


Text Example

White with #413BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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