Html Css Color HEX #433A5C Jacarta

📋 copy color: '#433A5C'

red 67 ◦ green 58 ◦ blue 92

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

Shades of Jacarta #433A5C

Tints of Jacarta #433A5C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.73%

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

R = 30.88%
G = 26.73%
B = 42.4%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#433A5C (or 0x433A5C) is known color: Jacarta. HEX triplet: 43, 3A and 5C. RGB value is (67,58,92). Sum of RGB (Red+Green+Blue) = 67+58+92=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #433A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433A5C is #BCC5A3. Grayscale: #404040. Windows color (decimal): -12371364 or 6044227. OLE color: 6044227.

HSL color Cylindrical-coordinate representation of color #433A5C: hue angle of 255.88º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #433A5C is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 67 58 92 -
CMYK 0.27 0.37 0 0.64
HSL 255.88º 0.23% 0.29% -
HSV(B) 255.88º 0.37% 0.36% -
XYZ 5.76 4.99 10.79 -
YUV 64.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 67 58 92 0.27 0.37 0 0.64 255.88 0.23 0.29
Hex 43 3A 5C 1B 25 0 40 100 17 1D
Octal 103 72 134 33 45 0 100 400 27 35
Binary 1000011 111010 1011100 11011 100101 0 1000000 100000000 10111 11101

Color Harmonies of #433A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433A5C

Black with #433A5C

Text Example


Text Example

White with #433A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433A5C; }

 p { color: rgb(67,58,92); }

 H1.HeaderClassName
 {
   color: #433A5C;
 }
 .AnyTagClassName
 {
   color: #433A5C;
 }
</style>

background-color css

<style>
 a { background-color: #433A5C; }

 a { background-color: rgb(67,58,92); }

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

border-color css

<style>
 span { border-color: #433A5C; }

 span { border-color: rgb(67,58,92); }

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