Html Css Color HEX #413DAC Blue Gem

📋 copy color: '#413DAC'

red 65 ◦ green 61 ◦ blue 172

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

Shades of Blue Gem #413DAC

Tints of Blue Gem #413DAC

RGB

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

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

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

R = 21.81%
G = 20.47%
B = 57.72%

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

#413DAC (or 0x413DAC) is known color: Blue Gem. HEX triplet: 41, 3D and AC. RGB value is (65,61,172). Sum of RGB (Red+Green+Blue) = 65+61+172=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #413DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413DAC is #BEC253. Grayscale: #4A4A4A. Windows color (decimal): -12501588 or 11287873. OLE color: 11287873.

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

Color convert

RGB 65 61 172 -
CMYK 0.62 0.65 0 0.33
HSL 242.16º 0.48% 0.46% -
HSV(B) 242.16º 0.65% 0.67% -
XYZ 11.3 7.44 39.87 -
YUV 74.85 182.83 120.97 -
System Red Green Blue C M Y K H S L
Decimal 65 61 172 0.62 0.65 0 0.33 242.16 0.48 0.46
Hex 41 3D AC 3E 41 0 21 F2 30 2E
Octal 101 75 254 76 101 0 41 362 60 56
Binary 1000001 111101 10101100 111110 1000001 0 100001 11110010 110000 101110

Color Harmonies of #413DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413DAC

Black with #413DAC

Text Example


Text Example

White with #413DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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