Html Css Color HEX #43385A Jacarta

📋 copy color: '#43385A'

red 67 ◦ green 56 ◦ blue 90

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

Shades of Jacarta #43385A

Tints of Jacarta #43385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.29%

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

R = 31.46%
G = 26.29%
B = 42.25%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#43385A (or 0x43385A) is known color: Jacarta. HEX triplet: 43, 38 and 5A. RGB value is (67,56,90). Sum of RGB (Red+Green+Blue) = 67+56+90=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #43385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43385A is #BCC7A5. Grayscale: #3F3F3F. Windows color (decimal): -12371878 or 5912643. OLE color: 5912643.

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

Color convert

RGB 67 56 90 -
CMYK 0.26 0.38 0 0.65
HSL 259.41º 0.23% 0.29% -
HSV(B) 259.41º 0.38% 0.35% -
XYZ 5.57 4.76 10.3 -
YUV 63.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 67 56 90 0.26 0.38 0 0.65 259.41 0.23 0.29
Hex 43 38 5A 1A 26 0 41 103 17 1D
Octal 103 70 132 32 46 0 101 403 27 35
Binary 1000011 111000 1011010 11010 100110 0 1000001 100000011 10111 11101

Color Harmonies of #43385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43385A

Black with #43385A

Text Example


Text Example

White with #43385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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