Html Css Color HEX #42288D Blue Gem

📋 copy color: '#42288D'

red 66 ◦ green 40 ◦ blue 141

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

Shades of Blue Gem #42288D

Tints of Blue Gem #42288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.19%

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

R = 26.72%
G = 16.19%
B = 57.09%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42288D (or 0x42288D) is known color: Blue Gem. HEX triplet: 42, 28 and 8D. RGB value is (66,40,141). Sum of RGB (Red+Green+Blue) = 66+40+141=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #42288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42288D is #BDD772. Grayscale: #3A3A3A. Windows color (decimal): -12441459 or 9250882. OLE color: 9250882.

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

Color convert

RGB 66 40 141 -
CMYK 0.53 0.72 0 0.45
HSL 255.45º 0.56% 0.35% -
HSV(B) 255.45º 0.72% 0.55% -
XYZ 7.81 4.6 25.68 -
YUV 59.29 174.11 132.79 -
System Red Green Blue C M Y K H S L
Decimal 66 40 141 0.53 0.72 0 0.45 255.45 0.56 0.35
Hex 42 28 8D 35 48 0 2D FF 38 23
Octal 102 50 215 65 110 0 55 377 70 43
Binary 1000010 101000 10001101 110101 1001000 0 101101 11111111 111000 100011

Color Harmonies of #42288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42288D

Black with #42288D

Text Example


Text Example

White with #42288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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