Html Css Color HEX #412F9D Blue Gem

📋 copy color: '#412F9D'

red 65 ◦ green 47 ◦ blue 157

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

Shades of Blue Gem #412F9D

Tints of Blue Gem #412F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 58.36%

R = 24.16%
G = 17.47%
B = 58.36%

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

#412F9D (or 0x412F9D) is known color: Blue Gem. HEX triplet: 41, 2F and 9D. RGB value is (65,47,157). Sum of RGB (Red+Green+Blue) = 65+47+157=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #412F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412F9D is #BED062. Grayscale: #404040. Windows color (decimal): -12505187 or 10301249. OLE color: 10301249.

HSL color Cylindrical-coordinate representation of color #412F9D: hue angle of 249.82º 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 #412F9D is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 47 157 -
CMYK 0.59 0.70 0 0.38
HSL 249.82º 0.54% 0.4% -
HSV(B) 249.82º 0.7% 0.62% -
XYZ 9.28 5.59 32.49 -
YUV 64.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 65 47 157 0.59 0.70 0 0.38 249.82 0.54 0.4
Hex 41 2F 9D 3B 46 0 26 FA 36 28
Octal 101 57 235 73 106 0 46 372 66 50
Binary 1000001 101111 10011101 111011 1000110 0 100110 11111010 110110 101000

Color Harmonies of #412F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F9D

Black with #412F9D

Text Example


Text Example

White with #412F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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