Html Css Color HEX #413092 Blue Gem

📋 copy color: '#413092'

red 65 ◦ green 48 ◦ blue 146

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

Shades of Blue Gem #413092

Tints of Blue Gem #413092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.53%

 BLUE value IS 146 (57.42% from 255) = 56.37%

R = 25.1%
G = 18.53%
B = 56.37%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#413092 (or 0x413092) is known color: Blue Gem. HEX triplet: 41, 30 and 92. RGB value is (65,48,146). Sum of RGB (Red+Green+Blue) = 65+48+146=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #413092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413092 is #BECF6D. Grayscale: #3F3F3F. Windows color (decimal): -12504942 or 9580609. OLE color: 9580609.

HSL color Cylindrical-coordinate representation of color #413092: hue angle of 250.41º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #413092 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 48 146 -
CMYK 0.55 0.67 0 0.43
HSL 250.41º 0.51% 0.38% -
HSV(B) 250.41º 0.67% 0.57% -
XYZ 8.43 5.31 27.78 -
YUV 64.26 174.13 128.53 -
System Red Green Blue C M Y K H S L
Decimal 65 48 146 0.55 0.67 0 0.43 250.41 0.51 0.38
Hex 41 30 92 37 43 0 2B FA 33 26
Octal 101 60 222 67 103 0 53 372 63 46
Binary 1000001 110000 10010010 110111 1000011 0 101011 11111010 110011 100110

Color Harmonies of #413092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413092

Black with #413092

Text Example


Text Example

White with #413092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413092; }

 p { color: rgb(65,48,146); }

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

background-color css

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

 a { background-color: rgb(65,48,146); }

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

border-color css

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

 span { border-color: rgb(65,48,146); }

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