Html Css Color HEX #412AA7 Blue Gem

📋 copy color: '#412AA7'

red 65 ◦ green 42 ◦ blue 167

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

Shades of Blue Gem #412AA7

Tints of Blue Gem #412AA7

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.33%

 BLUE value IS 167 (65.63% from 255) = 60.95%

R = 23.72%
G = 15.33%
B = 60.95%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#412AA7 (or 0x412AA7) is known color: Blue Gem. HEX triplet: 41, 2A and A7. RGB value is (65,42,167). Sum of RGB (Red+Green+Blue) = 65+42+167=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 167 (65.62% from 255 or 60.95% from 274); Max value from RGB is 167 - color contains mainly: blue. Hex color #412AA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412AA7 is #BED558. Grayscale: #3E3E3E. Windows color (decimal): -12506457 or 10955329. OLE color: 10955329.

HSL color Cylindrical-coordinate representation of color #412AA7: hue angle of 251.04º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412AA7 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 42 167 -
CMYK 0.61 0.75 0 0.35
HSL 251.04º 0.6% 0.41% -
HSV(B) 251.04º 0.75% 0.65% -
XYZ 9.98 5.57 37.11 -
YUV 63.13 186.62 129.34 -
System Red Green Blue C M Y K H S L
Decimal 65 42 167 0.61 0.75 0 0.35 251.04 0.6 0.41
Hex 41 2A A7 3D 4B 0 23 FB 3C 29
Octal 101 52 247 75 113 0 43 373 74 51
Binary 1000001 101010 10100111 111101 1001011 0 100011 11111011 111100 101001

Color Harmonies of #412AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412AA7

Black with #412AA7

Text Example


Text Example

White with #412AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,42,167); }

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

background-color css

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

 a { background-color: rgb(65,42,167); }

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

border-color css

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

 span { border-color: rgb(65,42,167); }

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