Html Css Color HEX #412BAE Blue Gem

📋 copy color: '#412BAE'

red 65 ◦ green 43 ◦ blue 174

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

Shades of Blue Gem #412BAE

Tints of Blue Gem #412BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.25%

 BLUE value IS 174 (68.36% from 255) = 61.7%

R = 23.05%
G = 15.25%
B = 61.7%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#412BAE (or 0x412BAE) is known color: Blue Gem. HEX triplet: 41, 2B and AE. RGB value is (65,43,174). Sum of RGB (Red+Green+Blue) = 65+43+174=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #412BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412BAE is #BED451. Grayscale: #404040. Windows color (decimal): -12506194 or 11414337. OLE color: 11414337.

HSL color Cylindrical-coordinate representation of color #412BAE: hue angle of 250.08º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412BAE is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 43 174 -
CMYK 0.63 0.75 0 0.32
HSL 250.08º 0.6% 0.43% -
HSV(B) 250.08º 0.75% 0.68% -
XYZ 10.68 5.91 40.62 -
YUV 64.51 189.79 128.35 -
System Red Green Blue C M Y K H S L
Decimal 65 43 174 0.63 0.75 0 0.32 250.08 0.6 0.43
Hex 41 2B AE 3F 4B 0 20 FA 3C 2B
Octal 101 53 256 77 113 0 40 372 74 53
Binary 1000001 101011 10101110 111111 1001011 0 100000 11111010 111100 101011

Color Harmonies of #412BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BAE

Black with #412BAE

Text Example


Text Example

White with #412BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,43,174); }

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

background-color css

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

 a { background-color: rgb(65,43,174); }

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

border-color css

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

 span { border-color: rgb(65,43,174); }

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