Html Css Color HEX #423499 Blue Gem

📋 copy color: '#423499'

red 66 ◦ green 52 ◦ blue 153

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

Shades of Blue Gem #423499

Tints of Blue Gem #423499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.19%

 BLUE value IS 153 (60.16% from 255) = 56.46%

R = 24.35%
G = 19.19%
B = 56.46%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#423499 (or 0x423499) is known color: Blue Gem. HEX triplet: 42, 34 and 99. RGB value is (66,52,153). Sum of RGB (Red+Green+Blue) = 66+52+153=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #423499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423499 is #BDCB66. Grayscale: #434343. Windows color (decimal): -12438375 or 10040386. OLE color: 10040386.

HSL color Cylindrical-coordinate representation of color #423499: hue angle of 248.32º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423499 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 52 153 -
CMYK 0.57 0.66 0 0.4
HSL 248.32º 0.49% 0.4% -
HSV(B) 248.32º 0.66% 0.6% -
XYZ 9.22 5.91 30.79 -
YUV 67.7 176.14 126.79 -
System Red Green Blue C M Y K H S L
Decimal 66 52 153 0.57 0.66 0 0.4 248.32 0.49 0.4
Hex 42 34 99 39 42 0 28 F8 31 28
Octal 102 64 231 71 102 0 50 370 61 50
Binary 1000010 110100 10011001 111001 1000010 0 101000 11111000 110001 101000

Color Harmonies of #423499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423499

Black with #423499

Text Example


Text Example

White with #423499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423499; }

 p { color: rgb(66,52,153); }

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

background-color css

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

 a { background-color: rgb(66,52,153); }

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

border-color css

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

 span { border-color: rgb(66,52,153); }

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