Html Css Color HEX #43315F Jacarta

📋 copy color: '#43315F'

red 67 ◦ green 49 ◦ blue 95

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

Shades of Jacarta #43315F

Tints of Jacarta #43315F

RGB

 RED value IS 67 (26.56% from 255) = 31.75%

 GREEN value IS 49 (19.53% from 255) = 23.22%

 BLUE value IS 95 (37.5% from 255) = 45.02%

R = 31.75%
G = 23.22%
B = 45.02%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#43315F (or 0x43315F) is known color: Jacarta. HEX triplet: 43, 31 and 5F. RGB value is (67,49,95). Sum of RGB (Red+Green+Blue) = 67+49+95=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #43315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43315F is #BCCEA0. Grayscale: #3B3B3B. Windows color (decimal): -12373665 or 6238531. OLE color: 6238531.

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

Color convert

RGB 67 49 95 -
CMYK 0.29 0.48 0 0.63
HSL 263.48º 0.32% 0.28% -
HSV(B) 263.48º 0.48% 0.37% -
XYZ 5.48 4.22 11.35 -
YUV 59.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 67 49 95 0.29 0.48 0 0.63 263.48 0.32 0.28
Hex 43 31 5F 1D 30 0 3F 107 20 1C
Octal 103 61 137 35 60 0 77 407 40 34
Binary 1000011 110001 1011111 11101 110000 0 111111 100000111 100000 11100

Color Harmonies of #43315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43315F

Black with #43315F

Text Example


Text Example

White with #43315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43315F; }

 p { color: rgb(67,49,95); }

 H1.HeaderClassName
 {
   color: #43315F;
 }
 .AnyTagClassName
 {
   color: #43315F;
 }
</style>

background-color css

<style>
 a { background-color: #43315F; }

 a { background-color: rgb(67,49,95); }

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

border-color css

<style>
 span { border-color: #43315F; }

 span { border-color: rgb(67,49,95); }

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