Html Css Color HEX #413BB0 Blue Gem

📋 copy color: '#413BB0'

red 65 ◦ green 59 ◦ blue 176

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

Shades of Blue Gem #413BB0

Tints of Blue Gem #413BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 58.67%

R = 21.67%
G = 19.67%
B = 58.67%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#413BB0 (or 0x413BB0) is known color: Blue Gem. HEX triplet: 41, 3B and B0. RGB value is (65,59,176). Sum of RGB (Red+Green+Blue) = 65+59+176=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 176 (69.14% from 255 or 58.67% from 300); Max value from RGB is 176 - color contains mainly: blue. Hex color #413BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413BB0 is #BEC44F. Grayscale: #494949. Windows color (decimal): -12502096 or 11549505. OLE color: 11549505.

HSL color Cylindrical-coordinate representation of color #413BB0: hue angle of 243.08º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413BB0 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 59 176 -
CMYK 0.63 0.66 0 0.31
HSL 243.08º 0.5% 0.46% -
HSV(B) 243.08º 0.66% 0.69% -
XYZ 11.58 7.39 41.89 -
YUV 74.13 185.49 121.49 -
System Red Green Blue C M Y K H S L
Decimal 65 59 176 0.63 0.66 0 0.31 243.08 0.5 0.46
Hex 41 3B B0 3F 42 0 1F F3 32 2E
Octal 101 73 260 77 102 0 37 363 62 56
Binary 1000001 111011 10110000 111111 1000010 0 11111 11110011 110010 101110

Color Harmonies of #413BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413BB0

Black with #413BB0

Text Example


Text Example

White with #413BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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