Html Css Color HEX #423351 Jagger

📋 copy color: '#423351'

red 66 ◦ green 51 ◦ blue 81

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

Shades of Jagger #423351

Tints of Jagger #423351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.91%

R = 33.33%
G = 25.76%
B = 40.91%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#423351 (or 0x423351) is known color: Jagger. HEX triplet: 42, 33 and 51. RGB value is (66,51,81). Sum of RGB (Red+Green+Blue) = 66+51+81=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 81 - color contains mainly: blue. Hex color #423351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423351 is #BDCCAE. Grayscale: #3A3A3A. Windows color (decimal): -12438703 or 5321538. OLE color: 5321538.

HSL color Cylindrical-coordinate representation of color #423351: hue angle of 270º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #423351 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 51 81 -
CMYK 0.19 0.37 0 0.68
HSL 270º 0.23% 0.26% -
HSV(B) 270º 0.37% 0.32% -
XYZ 4.92 4.12 8.32 -
YUV 58.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 66 51 81 0.19 0.37 0 0.68 270 0.23 0.26
Hex 42 33 51 13 25 0 44 10E 17 1A
Octal 102 63 121 23 45 0 104 416 27 32
Binary 1000010 110011 1010001 10011 100101 0 1000100 100001110 10111 11010

Color Harmonies of #423351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423351

Black with #423351

Text Example


Text Example

White with #423351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423351; }

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

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

background-color css

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

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

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

border-color css

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

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

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