Html Css Color HEX #42319A Blue Gem

📋 copy color: '#42319A'

red 66 ◦ green 49 ◦ blue 154

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

Shades of Blue Gem #42319A

Tints of Blue Gem #42319A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 57.25%

R = 24.54%
G = 18.22%
B = 57.25%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#42319A (or 0x42319A) is known color: Blue Gem. HEX triplet: 42, 31 and 9A. RGB value is (66,49,154). Sum of RGB (Red+Green+Blue) = 66+49+154=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #42319A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42319A is #BDCE65. Grayscale: #414141. Windows color (decimal): -12439142 or 10105154. OLE color: 10105154.

HSL color Cylindrical-coordinate representation of color #42319A: hue angle of 249.71º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42319A is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 49 154 -
CMYK 0.57 0.68 0 0.40
HSL 249.71º 0.52% 0.4% -
HSV(B) 249.71º 0.68% 0.6% -
XYZ 9.18 5.69 31.19 -
YUV 66.05 177.63 127.96 -
System Red Green Blue C M Y K H S L
Decimal 66 49 154 0.57 0.68 0 0.40 249.71 0.52 0.4
Hex 42 31 9A 39 44 0 28 FA 34 28
Octal 102 61 232 71 104 0 50 372 64 50
Binary 1000010 110001 10011010 111001 1000100 0 101000 11111010 110100 101000

Color Harmonies of #42319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42319A

Black with #42319A

Text Example


Text Example

White with #42319A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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