Html Css Color HEX #422B93 Blue Gem

📋 copy color: '#422B93'

red 66 ◦ green 43 ◦ blue 147

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

Shades of Blue Gem #422B93

Tints of Blue Gem #422B93

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.8%

 BLUE value IS 147 (57.81% from 255) = 57.42%

R = 25.78%
G = 16.8%
B = 57.42%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#422B93 (or 0x422B93) is known color: Blue Gem. HEX triplet: 42, 2B and 93. RGB value is (66,43,147). Sum of RGB (Red+Green+Blue) = 66+43+147=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #422B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422B93 is #BDD46C. Grayscale: #3D3D3D. Windows color (decimal): -12440685 or 9644866. OLE color: 9644866.

HSL color Cylindrical-coordinate representation of color #422B93: hue angle of 253.27º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #422B93 is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 43 147 -
CMYK 0.55 0.71 0 0.42
HSL 253.27º 0.55% 0.37% -
HSV(B) 253.27º 0.71% 0.58% -
XYZ 8.38 4.99 28.13 -
YUV 61.73 176.12 131.04 -
System Red Green Blue C M Y K H S L
Decimal 66 43 147 0.55 0.71 0 0.42 253.27 0.55 0.37
Hex 42 2B 93 37 47 0 2A FD 37 25
Octal 102 53 223 67 107 0 52 375 67 45
Binary 1000010 101011 10010011 110111 1000111 0 101010 11111101 110111 100101

Color Harmonies of #422B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B93

Black with #422B93

Text Example


Text Example

White with #422B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422B93; }

 p { color: rgb(66,43,147); }

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

background-color css

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

 a { background-color: rgb(66,43,147); }

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

border-color css

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

 span { border-color: rgb(66,43,147); }

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