Html Css Color HEX #423195 Blue Gem

📋 copy color: '#423195'

red 66 ◦ green 49 ◦ blue 149

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

Shades of Blue Gem #423195

Tints of Blue Gem #423195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.44%

R = 25%
G = 18.56%
B = 56.44%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#423195 (or 0x423195) is known color: Blue Gem. HEX triplet: 42, 31 and 95. RGB value is (66,49,149). Sum of RGB (Red+Green+Blue) = 66+49+149=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #423195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423195 is #BDCE6A. Grayscale: #414141. Windows color (decimal): -12439147 or 9777474. OLE color: 9777474.

HSL color Cylindrical-coordinate representation of color #423195: hue angle of 250.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423195 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 49 149 -
CMYK 0.56 0.67 0 0.42
HSL 250.2º 0.51% 0.39% -
HSV(B) 250.2º 0.67% 0.58% -
XYZ 8.77 5.52 29.04 -
YUV 65.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 66 49 149 0.56 0.67 0 0.42 250.2 0.51 0.39
Hex 42 31 95 38 43 0 2A FA 33 27
Octal 102 61 225 70 103 0 52 372 63 47
Binary 1000010 110001 10010101 111000 1000011 0 101010 11111010 110011 100111

Color Harmonies of #423195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423195

Black with #423195

Text Example


Text Example

White with #423195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423195; }

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

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

background-color css

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

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

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

border-color css

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

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

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