Html Css Color HEX #412F9F Blue Gem

📋 copy color: '#412F9F'

red 65 ◦ green 47 ◦ blue 159

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

Shades of Blue Gem #412F9F

Tints of Blue Gem #412F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.67%

R = 23.99%
G = 17.34%
B = 58.67%

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

#412F9F (or 0x412F9F) is known color: Blue Gem. HEX triplet: 41, 2F and 9F. RGB value is (65,47,159). Sum of RGB (Red+Green+Blue) = 65+47+159=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #412F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412F9F is #BED060. Grayscale: #404040. Windows color (decimal): -12505185 or 10432321. OLE color: 10432321.

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

Color convert

RGB 65 47 159 -
CMYK 0.59 0.70 0 0.38
HSL 249.64º 0.54% 0.4% -
HSV(B) 249.64º 0.7% 0.62% -
XYZ 9.45 5.66 33.4 -
YUV 65.15 180.96 127.89 -
System Red Green Blue C M Y K H S L
Decimal 65 47 159 0.59 0.70 0 0.38 249.64 0.54 0.4
Hex 41 2F 9F 3B 46 0 26 FA 36 28
Octal 101 57 237 73 106 0 46 372 66 50
Binary 1000001 101111 10011111 111011 1000110 0 100110 11111010 110110 101000

Color Harmonies of #412F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F9F

Black with #412F9F

Text Example


Text Example

White with #412F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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