Html Css Color HEX #413AAC Blue Gem

📋 copy color: '#413AAC'

red 65 ◦ green 58 ◦ blue 172

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

Shades of Blue Gem #413AAC

Tints of Blue Gem #413AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.66%

 BLUE value IS 172 (67.58% from 255) = 58.31%

R = 22.03%
G = 19.66%
B = 58.31%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#413AAC (or 0x413AAC) is known color: Blue Gem. HEX triplet: 41, 3A and AC. RGB value is (65,58,172). Sum of RGB (Red+Green+Blue) = 65+58+172=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #413AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413AAC is #BEC553. Grayscale: #484848. Windows color (decimal): -12502356 or 11287105. OLE color: 11287105.

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

Color convert

RGB 65 58 172 -
CMYK 0.62 0.66 0 0.33
HSL 243.68º 0.5% 0.45% -
HSV(B) 243.68º 0.66% 0.67% -
XYZ 11.14 7.13 39.82 -
YUV 73.09 183.82 122.23 -
System Red Green Blue C M Y K H S L
Decimal 65 58 172 0.62 0.66 0 0.33 243.68 0.5 0.45
Hex 41 3A AC 3E 42 0 21 F4 32 2D
Octal 101 72 254 76 102 0 41 364 62 55
Binary 1000001 111010 10101100 111110 1000010 0 100001 11110100 110010 101101

Color Harmonies of #413AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413AAC

Black with #413AAC

Text Example


Text Example

White with #413AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,58,172); }

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

background-color css

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

 a { background-color: rgb(65,58,172); }

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

border-color css

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

 span { border-color: rgb(65,58,172); }

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