Html Css Color HEX #40234B Jagger

📋 copy color: '#40234B'

red 64 ◦ green 35 ◦ blue 75

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

Shades of Jagger #40234B

Tints of Jagger #40234B

RGB

 RED value IS 64 (25.39% from 255) = 36.78%

 GREEN value IS 35 (14.06% from 255) = 20.11%

 BLUE value IS 75 (29.69% from 255) = 43.1%

R = 36.78%
G = 20.11%
B = 43.1%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40234B (or 0x40234B) is known color: Jagger. HEX triplet: 40, 23 and 4B. RGB value is (64,35,75). Sum of RGB (Red+Green+Blue) = 64+35+75=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #40234B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40234B is #BFDCB4. Grayscale: #303030. Windows color (decimal): -12573877 or 4924224. OLE color: 4924224.

HSL color Cylindrical-coordinate representation of color #40234B: hue angle of 283.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40234B is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 35 75 -
CMYK 0.15 0.53 0 0.71
HSL 283.5º 0.36% 0.22% -
HSV(B) 283.5º 0.53% 0.29% -
XYZ 3.99 2.8 6.99 -
YUV 48.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 64 35 75 0.15 0.53 0 0.71 283.5 0.36 0.22
Hex 40 23 4B F 35 0 47 11C 24 16
Octal 100 43 113 17 65 0 107 434 44 26
Binary 1000000 100011 1001011 1111 110101 0 1000111 100011100 100100 10110

Color Harmonies of #40234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40234B

Black with #40234B

Text Example


Text Example

White with #40234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40234B; }

 p { color: rgb(64,35,75); }

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

background-color css

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

 a { background-color: rgb(64,35,75); }

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

border-color css

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

 span { border-color: rgb(64,35,75); }

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