Html Css Color HEX #40254E Jagger

📋 copy color: '#40254E'

red 64 ◦ green 37 ◦ blue 78

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

Shades of Jagger #40254E

Tints of Jagger #40254E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.67%

 BLUE value IS 78 (30.86% from 255) = 43.58%

R = 35.75%
G = 20.67%
B = 43.58%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#40254E (or 0x40254E) is known color: Jagger. HEX triplet: 40, 25 and 4E. RGB value is (64,37,78). Sum of RGB (Red+Green+Blue) = 64+37+78=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 78 - color contains mainly: blue. Hex color #40254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40254E is #BFDAB1. Grayscale: #313131. Windows color (decimal): -12573362 or 5121344. OLE color: 5121344.

HSL color Cylindrical-coordinate representation of color #40254E: hue angle of 279.51º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40254E is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 37 78 -
CMYK 0.18 0.53 0 0.69
HSL 279.51º 0.36% 0.23% -
HSV(B) 279.51º 0.53% 0.31% -
XYZ 4.15 2.96 7.56 -
YUV 49.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 64 37 78 0.18 0.53 0 0.69 279.51 0.36 0.23
Hex 40 25 4E 12 35 0 45 118 24 17
Octal 100 45 116 22 65 0 105 430 44 27
Binary 1000000 100101 1001110 10010 110101 0 1000101 100011000 100100 10111

Color Harmonies of #40254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40254E

Black with #40254E

Text Example


Text Example

White with #40254E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40254E; }

 p { color: rgb(64,37,78); }

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

background-color css

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

 a { background-color: rgb(64,37,78); }

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

border-color css

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

 span { border-color: rgb(64,37,78); }

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