Html Css Color HEX #412DAF Blue Gem

📋 copy color: '#412DAF'

red 65 ◦ green 45 ◦ blue 175

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

Shades of Blue Gem #412DAF

Tints of Blue Gem #412DAF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.79%

 BLUE value IS 175 (68.75% from 255) = 61.4%

R = 22.81%
G = 15.79%
B = 61.4%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#412DAF (or 0x412DAF) is known color: Blue Gem. HEX triplet: 41, 2D and AF. RGB value is (65,45,175). Sum of RGB (Red+Green+Blue) = 65+45+175=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #412DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412DAF is #BED250. Grayscale: #414141. Windows color (decimal): -12505681 or 11480385. OLE color: 11480385.

HSL color Cylindrical-coordinate representation of color #412DAF: hue angle of 249.23º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #412DAF is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 45 175 -
CMYK 0.63 0.74 0 0.31
HSL 249.23º 0.59% 0.43% -
HSV(B) 249.23º 0.74% 0.69% -
XYZ 10.86 6.1 41.16 -
YUV 65.8 189.63 127.43 -
System Red Green Blue C M Y K H S L
Decimal 65 45 175 0.63 0.74 0 0.31 249.23 0.59 0.43
Hex 41 2D AF 3F 4A 0 1F F9 3B 2B
Octal 101 55 257 77 112 0 37 371 73 53
Binary 1000001 101101 10101111 111111 1001010 0 11111 11111001 111011 101011

Color Harmonies of #412DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412DAF

Black with #412DAF

Text Example


Text Example

White with #412DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,45,175); }

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

background-color css

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

 a { background-color: rgb(65,45,175); }

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

border-color css

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

 span { border-color: rgb(65,45,175); }

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