Html Css Color HEX #40305B Jacarta

📋 copy color: '#40305B'

red 64 ◦ green 48 ◦ blue 91

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

Shades of Jacarta #40305B

Tints of Jacarta #40305B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.83%

R = 31.53%
G = 23.65%
B = 44.83%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40305B (or 0x40305B) is known color: Jacarta. HEX triplet: 40, 30 and 5B. RGB value is (64,48,91). Sum of RGB (Red+Green+Blue) = 64+48+91=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #40305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40305B is #BFCFA4. Grayscale: #393939. Windows color (decimal): -12570533 or 5976128. OLE color: 5976128.

HSL color Cylindrical-coordinate representation of color #40305B: hue angle of 262.33º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40305B is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 48 91 -
CMYK 0.30 0.47 0 0.64
HSL 262.33º 0.31% 0.27% -
HSV(B) 262.33º 0.47% 0.36% -
XYZ 5.06 3.96 10.4 -
YUV 57.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 64 48 91 0.30 0.47 0 0.64 262.33 0.31 0.27
Hex 40 30 5B 1E 2F 0 40 106 1F 1B
Octal 100 60 133 36 57 0 100 406 37 33
Binary 1000000 110000 1011011 11110 101111 0 1000000 100000110 11111 11011

Color Harmonies of #40305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40305B

Black with #40305B

Text Example


Text Example

White with #40305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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