Html Css Color HEX #42279E Blue Gem

📋 copy color: '#42279E'

red 66 ◦ green 39 ◦ blue 158

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

Shades of Blue Gem #42279E

Tints of Blue Gem #42279E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

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

R = 25.1%
G = 14.83%
B = 60.08%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42279E (or 0x42279E) is known color: Blue Gem. HEX triplet: 42, 27 and 9E. RGB value is (66,39,158). Sum of RGB (Red+Green+Blue) = 66+39+158=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #42279E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42279E is #BDD861. Grayscale: #3C3C3C. Windows color (decimal): -12441698 or 10364738. OLE color: 10364738.

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

Color convert

RGB 66 39 158 -
CMYK 0.58 0.75 0 0.38
HSL 253.61º 0.6% 0.39% -
HSV(B) 253.61º 0.75% 0.62% -
XYZ 9.14 5.08 32.85 -
YUV 60.64 182.95 131.82 -
System Red Green Blue C M Y K H S L
Decimal 66 39 158 0.58 0.75 0 0.38 253.61 0.6 0.39
Hex 42 27 9E 3A 4B 0 26 FE 3C 27
Octal 102 47 236 72 113 0 46 376 74 47
Binary 1000010 100111 10011110 111010 1001011 0 100110 11111110 111100 100111

Color Harmonies of #42279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42279E

Black with #42279E

Text Example


Text Example

White with #42279E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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