Html Css Color HEX #412797 Blue Gem

📋 copy color: '#412797'

red 65 ◦ green 39 ◦ blue 151

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

Shades of Blue Gem #412797

Tints of Blue Gem #412797

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.29%

 BLUE value IS 151 (59.38% from 255) = 59.22%

R = 25.49%
G = 15.29%
B = 59.22%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#412797 (or 0x412797) is known color: Blue Gem. HEX triplet: 41, 27 and 97. RGB value is (65,39,151). Sum of RGB (Red+Green+Blue) = 65+39+151=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #412797 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412797 is #BED868. Grayscale: #3B3B3B. Windows color (decimal): -12507241 or 9905985. OLE color: 9905985.

HSL color Cylindrical-coordinate representation of color #412797: hue angle of 253.93º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #412797 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 39 151 -
CMYK 0.57 0.74 0 0.41
HSL 253.93º 0.59% 0.37% -
HSV(B) 253.93º 0.74% 0.59% -
XYZ 8.49 4.81 29.76 -
YUV 59.54 179.61 131.89 -
System Red Green Blue C M Y K H S L
Decimal 65 39 151 0.57 0.74 0 0.41 253.93 0.59 0.37
Hex 41 27 97 39 4A 0 29 FE 3B 25
Octal 101 47 227 71 112 0 51 376 73 45
Binary 1000001 100111 10010111 111001 1001010 0 101001 11111110 111011 100101

Color Harmonies of #412797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412797

Black with #412797

Text Example


Text Example

White with #412797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412797; }

 p { color: rgb(65,39,151); }

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

background-color css

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

 a { background-color: rgb(65,39,151); }

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

border-color css

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

 span { border-color: rgb(65,39,151); }

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