Html Css Color HEX #423192 Blue Gem

📋 copy color: '#423192'

red 66 ◦ green 49 ◦ blue 146

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

Shades of Blue Gem #423192

Tints of Blue Gem #423192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.94%

R = 25.29%
G = 18.77%
B = 55.94%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#423192 (or 0x423192) is known color: Blue Gem. HEX triplet: 42, 31 and 92. RGB value is (66,49,146). Sum of RGB (Red+Green+Blue) = 66+49+146=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #423192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423192 is #BDCE6D. Grayscale: #404040. Windows color (decimal): -12439150 or 9580866. OLE color: 9580866.

HSL color Cylindrical-coordinate representation of color #423192: hue angle of 250.52º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423192 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 49 146 -
CMYK 0.55 0.66 0 0.43
HSL 250.52º 0.5% 0.38% -
HSV(B) 250.52º 0.66% 0.57% -
XYZ 8.53 5.43 27.79 -
YUV 65.14 173.63 128.61 -
System Red Green Blue C M Y K H S L
Decimal 66 49 146 0.55 0.66 0 0.43 250.52 0.5 0.38
Hex 42 31 92 37 42 0 2B FB 32 26
Octal 102 61 222 67 102 0 53 373 62 46
Binary 1000010 110001 10010010 110111 1000010 0 101011 11111011 110010 100110

Color Harmonies of #423192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423192

Black with #423192

Text Example


Text Example

White with #423192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423192; }

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

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

background-color css

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

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

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

border-color css

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

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

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