Html Css Color HEX #413DAB Blue Gem

📋 copy color: '#413DAB'

red 65 ◦ green 61 ◦ blue 171

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

Shades of Blue Gem #413DAB

Tints of Blue Gem #413DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.54%

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

R = 21.89%
G = 20.54%
B = 57.58%

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

#413DAB (or 0x413DAB) is known color: Blue Gem. HEX triplet: 41, 3D and AB. RGB value is (65,61,171). Sum of RGB (Red+Green+Blue) = 65+61+171=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #413DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413DAB is #BEC254. Grayscale: #4A4A4A. Windows color (decimal): -12501589 or 11222337. OLE color: 11222337.

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

Color convert

RGB 65 61 171 -
CMYK 0.62 0.64 0 0.33
HSL 242.18º 0.47% 0.45% -
HSV(B) 242.18º 0.64% 0.67% -
XYZ 11.2 7.4 39.37 -
YUV 74.74 182.33 121.06 -
System Red Green Blue C M Y K H S L
Decimal 65 61 171 0.62 0.64 0 0.33 242.18 0.47 0.45
Hex 41 3D AB 3E 40 0 21 F2 2F 2D
Octal 101 75 253 76 100 0 41 362 57 55
Binary 1000001 111101 10101011 111110 1000000 0 100001 11110010 101111 101101

Color Harmonies of #413DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413DAB

Black with #413DAB

Text Example


Text Example

White with #413DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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