Html Css Color HEX #412F9E Blue Gem

📋 copy color: '#412F9E'

red 65 ◦ green 47 ◦ blue 158

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

Shades of Blue Gem #412F9E

Tints of Blue Gem #412F9E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.41%

 BLUE value IS 158 (62.11% from 255) = 58.52%

R = 24.07%
G = 17.41%
B = 58.52%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#412F9E (or 0x412F9E) is known color: Blue Gem. HEX triplet: 41, 2F and 9E. RGB value is (65,47,158). Sum of RGB (Red+Green+Blue) = 65+47+158=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #412F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412F9E is #BED061. Grayscale: #404040. Windows color (decimal): -12505186 or 10366785. OLE color: 10366785.

HSL color Cylindrical-coordinate representation of color #412F9E: hue angle of 249.73º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #412F9E is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 47 158 -
CMYK 0.59 0.70 0 0.38
HSL 249.73º 0.54% 0.4% -
HSV(B) 249.73º 0.7% 0.62% -
XYZ 9.37 5.63 32.94 -
YUV 65.04 180.46 127.97 -
System Red Green Blue C M Y K H S L
Decimal 65 47 158 0.59 0.70 0 0.38 249.73 0.54 0.4
Hex 41 2F 9E 3B 46 0 26 FA 36 28
Octal 101 57 236 73 106 0 46 372 66 50
Binary 1000001 101111 10011110 111011 1000110 0 100110 11111010 110110 101000

Color Harmonies of #412F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F9E

Black with #412F9E

Text Example


Text Example

White with #412F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,47,158); }

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

background-color css

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

 a { background-color: rgb(65,47,158); }

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

border-color css

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

 span { border-color: rgb(65,47,158); }

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