Html Css Color HEX #42279C Blue Gem

📋 copy color: '#42279C'

red 66 ◦ green 39 ◦ blue 156

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

Shades of Blue Gem #42279C

Tints of Blue Gem #42279C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 59.77%

R = 25.29%
G = 14.94%
B = 59.77%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42279C (or 0x42279C) is known color: Blue Gem. HEX triplet: 42, 27 and 9C. RGB value is (66,39,156). Sum of RGB (Red+Green+Blue) = 66+39+156=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #42279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42279C is #BDD863. Grayscale: #3B3B3B. Windows color (decimal): -12441700 or 10233666. OLE color: 10233666.

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

Color convert

RGB 66 39 156 -
CMYK 0.58 0.75 0 0.39
HSL 253.85º 0.6% 0.38% -
HSV(B) 253.85º 0.75% 0.61% -
XYZ 8.97 5.01 31.95 -
YUV 60.41 181.95 131.99 -
System Red Green Blue C M Y K H S L
Decimal 66 39 156 0.58 0.75 0 0.39 253.85 0.6 0.38
Hex 42 27 9C 3A 4B 0 27 FE 3C 26
Octal 102 47 234 72 113 0 47 376 74 46
Binary 1000010 100111 10011100 111010 1001011 0 100111 11111110 111100 100110

Color Harmonies of #42279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42279C

Black with #42279C

Text Example


Text Example

White with #42279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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