Html Css Color HEX #403097 Blue Gem

📋 copy color: '#403097'

red 64 ◦ green 48 ◦ blue 151

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

Shades of Blue Gem #403097

Tints of Blue Gem #403097

RGB

 RED value IS 64 (25.39% from 255) = 24.33%

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

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

R = 24.33%
G = 18.25%
B = 57.41%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#403097 (or 0x403097) is known color: Blue Gem. HEX triplet: 40, 30 and 97. RGB value is (64,48,151). Sum of RGB (Red+Green+Blue) = 64+48+151=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 151 (59.38% from 255 or 57.41% from 263); Max value from RGB is 151 - color contains mainly: blue. Hex color #403097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403097 is #BFCF68. Grayscale: #404040. Windows color (decimal): -12570473 or 9908288. OLE color: 9908288.

HSL color Cylindrical-coordinate representation of color #403097: hue angle of 249.32º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #403097 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 48 151 -
CMYK 0.58 0.68 0 0.41
HSL 249.32º 0.52% 0.39% -
HSV(B) 249.32º 0.68% 0.59% -
XYZ 8.76 5.44 29.87 -
YUV 64.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 64 48 151 0.58 0.68 0 0.41 249.32 0.52 0.39
Hex 40 30 97 3A 44 0 29 F9 34 27
Octal 100 60 227 72 104 0 51 371 64 47
Binary 1000000 110000 10010111 111010 1000100 0 101001 11111001 110100 100111

Color Harmonies of #403097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403097

Black with #403097

Text Example


Text Example

White with #403097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403097; }

 p { color: rgb(64,48,151); }

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

background-color css

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

 a { background-color: rgb(64,48,151); }

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

border-color css

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

 span { border-color: rgb(64,48,151); }

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