Html Css Color HEX #42319E Blue Gem

📋 copy color: '#42319E'

red 66 ◦ green 49 ◦ blue 158

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

Shades of Blue Gem #42319E

Tints of Blue Gem #42319E

RGB

 RED value IS 66 (26.17% from 255) = 24.18%

 GREEN value IS 49 (19.53% from 255) = 17.95%

 BLUE value IS 158 (62.11% from 255) = 57.88%

R = 24.18%
G = 17.95%
B = 57.88%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42319E (or 0x42319E) is known color: Blue Gem. HEX triplet: 42, 31 and 9E. RGB value is (66,49,158). Sum of RGB (Red+Green+Blue) = 66+49+158=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #42319E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42319E is #BDCE61. Grayscale: #424242. Windows color (decimal): -12439138 or 10367298. OLE color: 10367298.

HSL color Cylindrical-coordinate representation of color #42319E: hue angle of 249.36º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42319E is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 49 158 -
CMYK 0.58 0.69 0 0.38
HSL 249.36º 0.53% 0.41% -
HSV(B) 249.36º 0.69% 0.62% -
XYZ 9.52 5.82 32.97 -
YUV 66.51 179.63 127.64 -
System Red Green Blue C M Y K H S L
Decimal 66 49 158 0.58 0.69 0 0.38 249.36 0.53 0.41
Hex 42 31 9E 3A 45 0 26 F9 35 29
Octal 102 61 236 72 105 0 46 371 65 51
Binary 1000010 110001 10011110 111010 1000101 0 100110 11111001 110101 101001

Color Harmonies of #42319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42319E

Black with #42319E

Text Example


Text Example

White with #42319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42319E; }

 p { color: rgb(66,49,158); }

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

background-color css

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

 a { background-color: rgb(66,49,158); }

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

border-color css

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

 span { border-color: rgb(66,49,158); }

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