Html Css Color HEX #42298D Blue Gem

📋 copy color: '#42298D'

red 66 ◦ green 41 ◦ blue 141

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

Shades of Blue Gem #42298D

Tints of Blue Gem #42298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.53%

 BLUE value IS 141 (55.47% from 255) = 56.85%

R = 26.61%
G = 16.53%
B = 56.85%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42298D (or 0x42298D) is known color: Blue Gem. HEX triplet: 42, 29 and 8D. RGB value is (66,41,141). Sum of RGB (Red+Green+Blue) = 66+41+141=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #42298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42298D is #BDD672. Grayscale: #3B3B3B. Windows color (decimal): -12441203 or 9251138. OLE color: 9251138.

HSL color Cylindrical-coordinate representation of color #42298D: hue angle of 255º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42298D is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 41 141 -
CMYK 0.53 0.71 0 0.45
HSL 255º 0.55% 0.36% -
HSV(B) 255º 0.71% 0.55% -
XYZ 7.85 4.67 25.69 -
YUV 59.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 66 41 141 0.53 0.71 0 0.45 255 0.55 0.36
Hex 42 29 8D 35 47 0 2D FF 37 24
Octal 102 51 215 65 107 0 55 377 67 44
Binary 1000010 101001 10001101 110101 1000111 0 101101 11111111 110111 100100

Color Harmonies of #42298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42298D

Black with #42298D

Text Example


Text Example

White with #42298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42298D; }

 p { color: rgb(66,41,141); }

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

background-color css

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

 a { background-color: rgb(66,41,141); }

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

border-color css

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

 span { border-color: rgb(66,41,141); }

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