Html Css Color HEX #423291 Blue Gem

📋 copy color: '#423291'

red 66 ◦ green 50 ◦ blue 145

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

Shades of Blue Gem #423291

Tints of Blue Gem #423291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.16%

 BLUE value IS 145 (57.03% from 255) = 55.56%

R = 25.29%
G = 19.16%
B = 55.56%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#423291 (or 0x423291) is known color: Blue Gem. HEX triplet: 42, 32 and 91. RGB value is (66,50,145). Sum of RGB (Red+Green+Blue) = 66+50+145=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #423291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423291 is #BDCD6E. Grayscale: #414141. Windows color (decimal): -12438895 or 9515586. OLE color: 9515586.

HSL color Cylindrical-coordinate representation of color #423291: hue angle of 250.11º degrees, saturation: 0.49, 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 #423291 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 50 145 -
CMYK 0.54 0.66 0 0.43
HSL 250.11º 0.49% 0.38% -
HSV(B) 250.11º 0.66% 0.57% -
XYZ 8.5 5.48 27.4 -
YUV 65.61 172.8 128.28 -
System Red Green Blue C M Y K H S L
Decimal 66 50 145 0.54 0.66 0 0.43 250.11 0.49 0.38
Hex 42 32 91 36 42 0 2B FA 31 26
Octal 102 62 221 66 102 0 53 372 61 46
Binary 1000010 110010 10010001 110110 1000010 0 101011 11111010 110001 100110

Color Harmonies of #423291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423291

Black with #423291

Text Example


Text Example

White with #423291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423291; }

 p { color: rgb(66,50,145); }

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

background-color css

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

 a { background-color: rgb(66,50,145); }

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

border-color css

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

 span { border-color: rgb(66,50,145); }

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