Html Css Color HEX #412B94 Blue Gem

📋 copy color: '#412B94'

red 65 ◦ green 43 ◦ blue 148

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

Shades of Blue Gem #412B94

Tints of Blue Gem #412B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.81%

R = 25.39%
G = 16.8%
B = 57.81%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#412B94 (or 0x412B94) is known color: Blue Gem. HEX triplet: 41, 2B and 94. RGB value is (65,43,148). Sum of RGB (Red+Green+Blue) = 65+43+148=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #412B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412B94 is #BED46B. Grayscale: #3D3D3D. Windows color (decimal): -12506220 or 9710401. OLE color: 9710401.

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

Color convert

RGB 65 43 148 -
CMYK 0.56 0.71 0 0.42
HSL 252.57º 0.55% 0.37% -
HSV(B) 252.57º 0.71% 0.58% -
XYZ 8.39 4.99 28.54 -
YUV 61.55 176.79 130.46 -
System Red Green Blue C M Y K H S L
Decimal 65 43 148 0.56 0.71 0 0.42 252.57 0.55 0.37
Hex 41 2B 94 38 47 0 2A FD 37 25
Octal 101 53 224 70 107 0 52 375 67 45
Binary 1000001 101011 10010100 111000 1000111 0 101010 11111101 110111 100101

Color Harmonies of #412B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B94

Black with #412B94

Text Example


Text Example

White with #412B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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