Html Css Color HEX #413093 Blue Gem

📋 copy color: '#413093'

red 65 ◦ green 48 ◦ blue 147

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

Shades of Blue Gem #413093

Tints of Blue Gem #413093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 56.54%

R = 25%
G = 18.46%
B = 56.54%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#413093 (or 0x413093) is known color: Blue Gem. HEX triplet: 41, 30 and 93. RGB value is (65,48,147). Sum of RGB (Red+Green+Blue) = 65+48+147=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #413093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413093 is #BECF6C. Grayscale: #3F3F3F. Windows color (decimal): -12504941 or 9646145. OLE color: 9646145.

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

Color convert

RGB 65 48 147 -
CMYK 0.56 0.67 0 0.42
HSL 250.3º 0.51% 0.38% -
HSV(B) 250.3º 0.67% 0.58% -
XYZ 8.5 5.34 28.19 -
YUV 64.37 174.63 128.45 -
System Red Green Blue C M Y K H S L
Decimal 65 48 147 0.56 0.67 0 0.42 250.3 0.51 0.38
Hex 41 30 93 38 43 0 2A FA 33 26
Octal 101 60 223 70 103 0 52 372 63 46
Binary 1000001 110000 10010011 111000 1000011 0 101010 11111010 110011 100110

Color Harmonies of #413093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413093

Black with #413093

Text Example


Text Example

White with #413093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413093; }

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

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

background-color css

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

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

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

border-color css

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

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

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