Html Css Color HEX #423399 Blue Gem

📋 copy color: '#423399'

red 66 ◦ green 51 ◦ blue 153

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

Shades of Blue Gem #423399

Tints of Blue Gem #423399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

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

R = 24.44%
G = 18.89%
B = 56.67%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#423399 (or 0x423399) is known color: Blue Gem. HEX triplet: 42, 33 and 99. RGB value is (66,51,153). Sum of RGB (Red+Green+Blue) = 66+51+153=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #423399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423399 is #BDCC66. Grayscale: #424242. Windows color (decimal): -12438631 or 10040130. OLE color: 10040130.

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

Color convert

RGB 66 51 153 -
CMYK 0.57 0.67 0 0.4
HSL 248.82º 0.5% 0.4% -
HSV(B) 248.82º 0.67% 0.6% -
XYZ 9.18 5.83 30.78 -
YUV 67.11 176.47 127.21 -
System Red Green Blue C M Y K H S L
Decimal 66 51 153 0.57 0.67 0 0.4 248.82 0.5 0.4
Hex 42 33 99 39 43 0 28 F9 32 28
Octal 102 63 231 71 103 0 50 371 62 50
Binary 1000010 110011 10011001 111001 1000011 0 101000 11111001 110010 101000

Color Harmonies of #423399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423399

Black with #423399

Text Example


Text Example

White with #423399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423399; }

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

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

background-color css

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

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

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

border-color css

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

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

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