Html Css Color HEX #423057 Jagger

📋 copy color: '#423057'

red 66 ◦ green 48 ◦ blue 87

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

Shades of Jagger #423057

Tints of Jagger #423057

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.88%

 BLUE value IS 87 (34.38% from 255) = 43.28%

R = 32.84%
G = 23.88%
B = 43.28%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#423057 (or 0x423057) is known color: Jagger. HEX triplet: 42, 30 and 57. RGB value is (66,48,87). Sum of RGB (Red+Green+Blue) = 66+48+87=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 87 - color contains mainly: blue. Hex color #423057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423057 is #BDCFA8. Grayscale: #393939. Windows color (decimal): -12439465 or 5713986. OLE color: 5713986.

HSL color Cylindrical-coordinate representation of color #423057: hue angle of 267.69º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #423057 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 48 87 -
CMYK 0.24 0.45 0 0.66
HSL 267.69º 0.29% 0.26% -
HSV(B) 267.69º 0.45% 0.34% -
XYZ 5.02 3.96 9.52 -
YUV 57.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 66 48 87 0.24 0.45 0 0.66 267.69 0.29 0.26
Hex 42 30 57 18 2D 0 42 10C 1D 1A
Octal 102 60 127 30 55 0 102 414 35 32
Binary 1000010 110000 1010111 11000 101101 0 1000010 100001100 11101 11010

Color Harmonies of #423057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423057

Black with #423057

Text Example


Text Example

White with #423057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423057; }

 p { color: rgb(66,48,87); }

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

background-color css

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

 a { background-color: rgb(66,48,87); }

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

border-color css

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

 span { border-color: rgb(66,48,87); }

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