Html Css Color HEX #40305E Jacarta

📋 copy color: '#40305E'

red 64 ◦ green 48 ◦ blue 94

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

Shades of Jacarta #40305E

Tints of Jacarta #40305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.3%

 BLUE value IS 94 (37.11% from 255) = 45.63%

R = 31.07%
G = 23.3%
B = 45.63%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40305E (or 0x40305E) is known color: Jacarta. HEX triplet: 40, 30 and 5E. RGB value is (64,48,94). Sum of RGB (Red+Green+Blue) = 64+48+94=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 94 - color contains mainly: blue. Hex color #40305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40305E is #BFCFA1. Grayscale: #393939. Windows color (decimal): -12570530 or 6172736. OLE color: 6172736.

HSL color Cylindrical-coordinate representation of color #40305E: hue angle of 260.87º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40305E is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 48 94 -
CMYK 0.32 0.49 0 0.63
HSL 260.87º 0.32% 0.28% -
HSV(B) 260.87º 0.49% 0.37% -
XYZ 5.19 4.01 11.09 -
YUV 58.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 64 48 94 0.32 0.49 0 0.63 260.87 0.32 0.28
Hex 40 30 5E 20 31 0 3F 105 20 1C
Octal 100 60 136 40 61 0 77 405 40 34
Binary 1000000 110000 1011110 100000 110001 0 111111 100000101 100000 11100

Color Harmonies of #40305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40305E

Black with #40305E

Text Example


Text Example

White with #40305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,48,94); }

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

background-color css

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

 a { background-color: rgb(64,48,94); }

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

border-color css

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

 span { border-color: rgb(64,48,94); }

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