Html Css Color HEX #40264B Jagger

📋 copy color: '#40264B'

red 64 ◦ green 38 ◦ blue 75

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

Shades of Jagger #40264B

Tints of Jagger #40264B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.47%

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

R = 36.16%
G = 21.47%
B = 42.37%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40264B (or 0x40264B) is known color: Jagger. HEX triplet: 40, 26 and 4B. RGB value is (64,38,75). Sum of RGB (Red+Green+Blue) = 64+38+75=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 75 - color contains mainly: blue. Hex color #40264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40264B is #BFD9B4. Grayscale: #313131. Windows color (decimal): -12573109 or 4924992. OLE color: 4924992.

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

Color convert

RGB 64 38 75 -
CMYK 0.15 0.49 0 0.71
HSL 282.16º 0.33% 0.22% -
HSV(B) 282.16º 0.49% 0.29% -
XYZ 4.08 2.98 7.02 -
YUV 49.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 64 38 75 0.15 0.49 0 0.71 282.16 0.33 0.22
Hex 40 26 4B F 31 0 47 11A 21 16
Octal 100 46 113 17 61 0 107 432 41 26
Binary 1000000 100110 1001011 1111 110001 0 1000111 100011010 100001 10110

Color Harmonies of #40264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40264B

Black with #40264B

Text Example


Text Example

White with #40264B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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