Html Css Color HEX #40305C Jacarta

📋 copy color: '#40305C'

red 64 ◦ green 48 ◦ blue 92

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

Shades of Jacarta #40305C

Tints of Jacarta #40305C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 45.1%

R = 31.37%
G = 23.53%
B = 45.1%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40305C (or 0x40305C) is known color: Jacarta. HEX triplet: 40, 30 and 5C. RGB value is (64,48,92). Sum of RGB (Red+Green+Blue) = 64+48+92=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #40305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40305C is #BFCFA3. Grayscale: #393939. Windows color (decimal): -12570532 or 6041664. OLE color: 6041664.

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

Color convert

RGB 64 48 92 -
CMYK 0.30 0.48 0 0.64
HSL 261.82º 0.31% 0.27% -
HSV(B) 261.82º 0.48% 0.36% -
XYZ 5.1 3.98 10.62 -
YUV 57.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 64 48 92 0.30 0.48 0 0.64 261.82 0.31 0.27
Hex 40 30 5C 1E 30 0 40 106 1F 1B
Octal 100 60 134 36 60 0 100 406 37 33
Binary 1000000 110000 1011100 11110 110000 0 1000000 100000110 11111 11011

Color Harmonies of #40305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40305C

Black with #40305C

Text Example


Text Example

White with #40305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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