Html Css Color HEX #42259F Blue Gem

📋 copy color: '#42259F'

red 66 ◦ green 37 ◦ blue 159

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

Shades of Blue Gem #42259F

Tints of Blue Gem #42259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.12%

 BLUE value IS 159 (62.5% from 255) = 60.69%

R = 25.19%
G = 14.12%
B = 60.69%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42259F (or 0x42259F) is known color: Blue Gem. HEX triplet: 42, 25 and 9F. RGB value is (66,37,159). Sum of RGB (Red+Green+Blue) = 66+37+159=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #42259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42259F is #BDDA60. Grayscale: #3B3B3B. Windows color (decimal): -12442209 or 10429762. OLE color: 10429762.

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

Color convert

RGB 66 37 159 -
CMYK 0.58 0.77 0 0.38
HSL 254.26º 0.62% 0.38% -
HSV(B) 254.26º 0.77% 0.62% -
XYZ 9.17 4.98 33.28 -
YUV 59.58 184.11 132.58 -
System Red Green Blue C M Y K H S L
Decimal 66 37 159 0.58 0.77 0 0.38 254.26 0.62 0.38
Hex 42 25 9F 3A 4D 0 26 FE 3E 26
Octal 102 45 237 72 115 0 46 376 76 46
Binary 1000010 100101 10011111 111010 1001101 0 100110 11111110 111110 100110

Color Harmonies of #42259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42259F

Black with #42259F

Text Example


Text Example

White with #42259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42259F; }

 p { color: rgb(66,37,159); }

 H1.HeaderClassName
 {
   color: #42259F;
 }
 .AnyTagClassName
 {
   color: #42259F;
 }
</style>

background-color css

<style>
 a { background-color: #42259F; }

 a { background-color: rgb(66,37,159); }

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

border-color css

<style>
 span { border-color: #42259F; }

 span { border-color: rgb(66,37,159); }

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