Html Css Color HEX #40244B Jagger

📋 copy color: '#40244B'

red 64 ◦ green 36 ◦ blue 75

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

Shades of Jagger #40244B

Tints of Jagger #40244B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.57%

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

R = 36.57%
G = 20.57%
B = 42.86%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40244B (or 0x40244B) is known color: Jagger. HEX triplet: 40, 24 and 4B. RGB value is (64,36,75). Sum of RGB (Red+Green+Blue) = 64+36+75=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #40244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40244B is #BFDBB4. Grayscale: #303030. Windows color (decimal): -12573621 or 4924480. OLE color: 4924480.

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

Color convert

RGB 64 36 75 -
CMYK 0.15 0.52 0 0.71
HSL 283.08º 0.35% 0.22% -
HSV(B) 283.08º 0.52% 0.29% -
XYZ 4.02 2.86 7 -
YUV 48.82 142.78 138.83 -
System Red Green Blue C M Y K H S L
Decimal 64 36 75 0.15 0.52 0 0.71 283.08 0.35 0.22
Hex 40 24 4B F 34 0 47 11B 23 16
Octal 100 44 113 17 64 0 107 433 43 26
Binary 1000000 100100 1001011 1111 110100 0 1000111 100011011 100011 10110

Color Harmonies of #40244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40244B

Black with #40244B

Text Example


Text Example

White with #40244B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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