Html Css Color HEX #413BAB Blue Gem

📋 copy color: '#413BAB'

red 65 ◦ green 59 ◦ blue 171

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

Shades of Blue Gem #413BAB

Tints of Blue Gem #413BAB

RGB

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

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

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

R = 22.03%
G = 20%
B = 57.97%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#413BAB (or 0x413BAB) is known color: Blue Gem. HEX triplet: 41, 3B and AB. RGB value is (65,59,171). Sum of RGB (Red+Green+Blue) = 65+59+171=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #413BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413BAB is #BEC454. Grayscale: #494949. Windows color (decimal): -12502101 or 11221825. OLE color: 11221825.

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

Color convert

RGB 65 59 171 -
CMYK 0.62 0.65 0 0.33
HSL 243.21º 0.49% 0.45% -
HSV(B) 243.21º 0.65% 0.67% -
XYZ 11.09 7.19 39.33 -
YUV 73.56 182.99 121.89 -
System Red Green Blue C M Y K H S L
Decimal 65 59 171 0.62 0.65 0 0.33 243.21 0.49 0.45
Hex 41 3B AB 3E 41 0 21 F3 31 2D
Octal 101 73 253 76 101 0 41 363 61 55
Binary 1000001 111011 10101011 111110 1000001 0 100001 11110011 110001 101101

Color Harmonies of #413BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413BAB

Black with #413BAB

Text Example


Text Example

White with #413BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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