Html Css Color HEX #423190 Blue Gem

📋 copy color: '#423190'

red 66 ◦ green 49 ◦ blue 144

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

Shades of Blue Gem #423190

Tints of Blue Gem #423190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.92%

 BLUE value IS 144 (56.64% from 255) = 55.6%

R = 25.48%
G = 18.92%
B = 55.6%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#423190 (or 0x423190) is known color: Blue Gem. HEX triplet: 42, 31 and 90. RGB value is (66,49,144). Sum of RGB (Red+Green+Blue) = 66+49+144=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #423190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423190 is #BDCE6F. Grayscale: #404040. Windows color (decimal): -12439152 or 9449794. OLE color: 9449794.

HSL color Cylindrical-coordinate representation of color #423190: hue angle of 250.74º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423190 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 49 144 -
CMYK 0.54 0.66 0 0.44
HSL 250.74º 0.49% 0.38% -
HSV(B) 250.74º 0.66% 0.56% -
XYZ 8.38 5.37 26.98 -
YUV 64.91 172.63 128.78 -
System Red Green Blue C M Y K H S L
Decimal 66 49 144 0.54 0.66 0 0.44 250.74 0.49 0.38
Hex 42 31 90 36 42 0 2C FB 31 26
Octal 102 61 220 66 102 0 54 373 61 46
Binary 1000010 110001 10010000 110110 1000010 0 101100 11111011 110001 100110

Color Harmonies of #423190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423190

Black with #423190

Text Example


Text Example

White with #423190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423190; }

 p { color: rgb(66,49,144); }

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

background-color css

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

 a { background-color: rgb(66,49,144); }

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

border-color css

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

 span { border-color: rgb(66,49,144); }

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