Html Css Color HEX #43315A Jacarta

📋 copy color: '#43315A'

red 67 ◦ green 49 ◦ blue 90

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

Shades of Jacarta #43315A

Tints of Jacarta #43315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.69%

R = 32.52%
G = 23.79%
B = 43.69%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#43315A (or 0x43315A) is known color: Jacarta. HEX triplet: 43, 31 and 5A. RGB value is (67,49,90). Sum of RGB (Red+Green+Blue) = 67+49+90=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #43315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43315A is #BCCEA5. Grayscale: #3A3A3A. Windows color (decimal): -12373670 or 5910851. OLE color: 5910851.

HSL color Cylindrical-coordinate representation of color #43315A: hue angle of 266.34º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43315A is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 49 90 -
CMYK 0.26 0.46 0 0.65
HSL 266.34º 0.29% 0.27% -
HSV(B) 266.34º 0.46% 0.35% -
XYZ 5.26 4.13 10.19 -
YUV 59.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 67 49 90 0.26 0.46 0 0.65 266.34 0.29 0.27
Hex 43 31 5A 1A 2E 0 41 10A 1D 1B
Octal 103 61 132 32 56 0 101 412 35 33
Binary 1000011 110001 1011010 11010 101110 0 1000001 100001010 11101 11011

Color Harmonies of #43315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43315A

Black with #43315A

Text Example


Text Example

White with #43315A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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