Html Css Color HEX #40274B Jagger

📋 copy color: '#40274B'

red 64 ◦ green 39 ◦ blue 75

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

Shades of Jagger #40274B

Tints of Jagger #40274B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.91%

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

R = 35.96%
G = 21.91%
B = 42.13%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40274B (or 0x40274B) is known color: Jagger. HEX triplet: 40, 27 and 4B. RGB value is (64,39,75). Sum of RGB (Red+Green+Blue) = 64+39+75=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 75 - color contains mainly: blue. Hex color #40274B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40274B is #BFD8B4. Grayscale: #323232. Windows color (decimal): -12572853 or 4925248. OLE color: 4925248.

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

Color convert

RGB 64 39 75 -
CMYK 0.15 0.48 0 0.71
HSL 281.67º 0.32% 0.22% -
HSV(B) 281.67º 0.48% 0.29% -
XYZ 4.11 3.05 7.03 -
YUV 50.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 64 39 75 0.15 0.48 0 0.71 281.67 0.32 0.22
Hex 40 27 4B F 30 0 47 11A 20 16
Octal 100 47 113 17 60 0 107 432 40 26
Binary 1000000 100111 1001011 1111 110000 0 1000111 100011010 100000 10110

Color Harmonies of #40274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40274B

Black with #40274B

Text Example


Text Example

White with #40274B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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