Html Css Color HEX #412EAC Blue Gem

📋 copy color: '#412EAC'

red 65 ◦ green 46 ◦ blue 172

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

Shades of Blue Gem #412EAC

Tints of Blue Gem #412EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.25%

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

R = 22.97%
G = 16.25%
B = 60.78%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#412EAC (or 0x412EAC) is known color: Blue Gem. HEX triplet: 41, 2E and AC. RGB value is (65,46,172). Sum of RGB (Red+Green+Blue) = 65+46+172=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #412EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412EAC is #BED153. Grayscale: #414141. Windows color (decimal): -12505428 or 11284033. OLE color: 11284033.

HSL color Cylindrical-coordinate representation of color #412EAC: hue angle of 249.05º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412EAC is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 46 172 -
CMYK 0.62 0.73 0 0.33
HSL 249.05º 0.58% 0.43% -
HSV(B) 249.05º 0.73% 0.67% -
XYZ 10.6 6.06 39.64 -
YUV 66.05 187.79 127.25 -
System Red Green Blue C M Y K H S L
Decimal 65 46 172 0.62 0.73 0 0.33 249.05 0.58 0.43
Hex 41 2E AC 3E 49 0 21 F9 3A 2B
Octal 101 56 254 76 111 0 41 371 72 53
Binary 1000001 101110 10101100 111110 1001001 0 100001 11111001 111010 101011

Color Harmonies of #412EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412EAC

Black with #412EAC

Text Example


Text Example

White with #412EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412EAC; }

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

 H1.HeaderClassName
 {
   color: #412EAC;
 }
 .AnyTagClassName
 {
   color: #412EAC;
 }
</style>

background-color css

<style>
 a { background-color: #412EAC; }

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

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

border-color css

<style>
 span { border-color: #412EAC; }

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

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