Html Css Color HEX #412694 Blue Gem

📋 copy color: '#412694'

red 65 ◦ green 38 ◦ blue 148

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

Shades of Blue Gem #412694

Tints of Blue Gem #412694

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.14%

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

R = 25.9%
G = 15.14%
B = 58.96%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#412694 (or 0x412694) is known color: Blue Gem. HEX triplet: 41, 26 and 94. RGB value is (65,38,148). Sum of RGB (Red+Green+Blue) = 65+38+148=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #412694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412694 is #BED96B. Grayscale: #3A3A3A. Windows color (decimal): -12507500 or 9709121. OLE color: 9709121.

HSL color Cylindrical-coordinate representation of color #412694: hue angle of 254.73º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #412694 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 38 148 -
CMYK 0.56 0.74 0 0.42
HSL 254.73º 0.59% 0.36% -
HSV(B) 254.73º 0.74% 0.58% -
XYZ 8.22 4.65 28.48 -
YUV 58.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 65 38 148 0.56 0.74 0 0.42 254.73 0.59 0.36
Hex 41 26 94 38 4A 0 2A FF 3B 24
Octal 101 46 224 70 112 0 52 377 73 44
Binary 1000001 100110 10010100 111000 1001010 0 101010 11111111 111011 100100

Color Harmonies of #412694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412694

Black with #412694

Text Example


Text Example

White with #412694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412694; }

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

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

background-color css

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

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

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

border-color css

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

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

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