Html Css Color HEX #412A95 Blue Gem

📋 copy color: '#412A95'

red 65 ◦ green 42 ◦ blue 149

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

Shades of Blue Gem #412A95

Tints of Blue Gem #412A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.2%

R = 25.39%
G = 16.41%
B = 58.2%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#412A95 (or 0x412A95) is known color: Blue Gem. HEX triplet: 41, 2A and 95. RGB value is (65,42,149). Sum of RGB (Red+Green+Blue) = 65+42+149=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #412A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412A95 is #BED56A. Grayscale: #3C3C3C. Windows color (decimal): -12506475 or 9775681. OLE color: 9775681.

HSL color Cylindrical-coordinate representation of color #412A95: hue angle of 252.9º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #412A95 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 42 149 -
CMYK 0.56 0.72 0 0.42
HSL 252.9º 0.56% 0.37% -
HSV(B) 252.9º 0.72% 0.58% -
XYZ 8.43 4.95 28.94 -
YUV 61.08 177.62 130.8 -
System Red Green Blue C M Y K H S L
Decimal 65 42 149 0.56 0.72 0 0.42 252.9 0.56 0.37
Hex 41 2A 95 38 48 0 2A FD 38 25
Octal 101 52 225 70 110 0 52 375 70 45
Binary 1000001 101010 10010101 111000 1001000 0 101010 11111101 111000 100101

Color Harmonies of #412A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A95

Black with #412A95

Text Example


Text Example

White with #412A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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